osu-wayback/config.json

18 lines
334 B
JSON
Raw Normal View History

{
2019-03-11 07:06:31 +01:00
"server": {
"host": "0.0.0.0",
2018-01-12 23:16:10 +01:00
"port": 3003
},
"scrape": {
"delay": 1,
2019-03-11 16:14:03 +01:00
"max_attempts": 3,
"increase_delay_on_fail": true,
"skips_until_finished": 17,
"schedule_seconds": 68400,
"run_on_startup": true
2018-05-23 23:44:30 +02:00
},
"downloader": {
"download_folder": "/home/wayback/files"
2018-05-24 12:22:16 +02:00
},
2019-03-11 07:06:31 +01:00
"threads": 4
}