Hi,

I was looking at Daniel's code for BulkLoaderVertexProgram and noticed:

        gremlin.bulkLoader.intermediateBatchSize

However, for other VertexPrograms we use the following convention:

        gremlin.pageRankVertexProgram.pageRank

In general, if you write a VertexProgram, be sure to use the same convention 
for your key configurations.

        gremlin.<vertexProgramNameClassName>.<configurationKey>

Likewise, for any configurations, be sure to look at existing work in the same 
area of the codebase and follow the convention already established.

Thank you,
Marko.

http://markorodriguez.com

Reply via email to