Skip to content

Commit

Permalink
change default values and add syncTempPath
Browse files Browse the repository at this point in the history
  • Loading branch information
knonomura committed May 25, 2018
1 parent 492f43f commit 34458c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conf/gs_node.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"dataStore":{
"dbPath":"data",
"syncTempPath":"sync",
"storeMemoryLimit":"1024MB",
"storeWarmStart":true,
"concurrency":1,
"storeWarmStart":false,
"concurrency":4,
"logWriteMode":1,
"persistencyMode":"NORMAL",
"affinityGroupSize":4
},
"checkpoint":{
"checkpointInterval":"1200s",
"checkpointInterval":"60s",
"checkpointMemoryLimit":"1024MB",
"useParallelMode":false
},
Expand Down

0 comments on commit 34458c8

Please sign in to comment.