Skip to content

Instantly share code, notes, and snippets.

@b5
Created December 17, 2018 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b5/d47421c5fb4c5f83a1b8aed6e50b7cf2 to your computer and use it in GitHub Desktop.
Save b5/d47421c5fb4c5f83a1b8aed6e50b7cf2 to your computer and use it in GitHub Desktop.
walk test config
{
"Badger": {
"Dir": "badger",
"ValueDir": "badger",
"SyncWrites": true,
"TableLoadingMode": 1,
"ValueLogLoadingMode": 2,
"NumVersionsToKeep": 1,
"MaxTableSize": 67108864,
"LevelSizeMultiplier": 10,
"MaxLevels": 7,
"ValueThreshold": 32,
"NumMemtables": 5,
"NumLevelZeroTables": 5,
"NumLevelZeroTablesStall": 10,
"LevelOneSize": 268435456,
"ValueLogFileSize": 1073741823,
"ValueLogMaxEntries": 1000000,
"NumCompactors": 3,
"DoNotCompact": false,
"ReadOnly": false,
"Truncate": false
},
"Coordinator": {
"Seeds": [
"https://datatogether.org",
"https://news.ycombinator.com",
"https://apple.com",
"https://youtube.com"
],
"Crawl": false,
"Domains": [],
"IgnorePatterns": null,
"DelayMilli": 100,
"StopAfterEntries": 0,
"StopURL": "",
"UnfetchedScanFreqMilliseconds": 0,
"BackoffResponseCodes": null,
"MaxAttempts": 3,
"DoneScanMilli": 3000
},
"RequestStore": null,
"Queue": null,
"Workers": [
{
"Parallelism": 2,
"Type": "local",
"DelayMilli": 100,
"Polite": true,
"RecordResponseHeaders": false,
"RecordRedirects": true,
"UserAgent": ""
}
],
"ResourceHandlers": [
{
"type" :"CBOR",
"destPath" : "2018-12-9"
}
],
"Collection": {
"LocalDirs" : ["2018-12-9"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment