GraphMLReader.inputGraph(g, new FileInputStream(inputFile), 10000, null, null, null);
System.out.println("Imported in " + (System.currentTimeMillis() - startTime) + "ms. Vertexes: " + g.countVertices());
g.command(new OCommandSQL("alter database TIMEZONE GMT")).execute();
g.command(new OCommandSQL("alter database LOCALECOUNTRY UK")).execute();
g.command(new OCommandSQL("alter database LOCALELANGUAGE EN")).execute();
OGlobalConfiguration.STORAGE_KEEP_OPEN.setValue(oldKeepOpen);
// g.drop();