Commit 6da446b 1 parent e64997f commit 6da446b Copy full SHA for 6da446b
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -355,16 +355,14 @@ var (
355
355
Name : "statedb.livecache" ,
356
356
Usage : fmt .Sprintf ("Size of live db cache in bytes. Leaving this blank (which is generally recommended)," +
357
357
"or setting this to <1 will automatically allocate cache size depending on how much cache you use with %s." +
358
- "Setting this value to <=2000 will result in cache capacity of 2KB (which is the lowest value that Carmen allows)" ,
359
- CacheFlag .Name ),
358
+ "Setting this value to <=2000 will result in pre-confugired cache capacity of 2KB" , CacheFlag .Name ),
360
359
Value : 0 ,
361
360
}
362
361
ArchiveCacheFlag = cli.IntFlag {
363
362
Name : "statedb.archivecache" ,
364
363
Usage : fmt .Sprintf ("Size of archive cache in bytes. Leaving this blank (which is generally recommended)," +
365
364
"or setting this to <1 will automatically allocate cache size depending on how much cache you use with %s." +
366
- "Setting this value to <=2000 will result in cache capacity of 2KB (which is the lowest value that Carmen allows)" ,
367
- CacheFlag .Name ),
365
+ "Setting this value to <=2000 will result in pre-confugired cache capacity of 2KB" , CacheFlag .Name ),
368
366
Value : 0 ,
369
367
}
370
368
)
You can’t perform that action at this time.
0 commit comments