Merge branch 'master' into refactoring_dat_backend

This commit is contained in:
Chris Lu
2019-11-11 21:30:14 -08:00
13 changed files with 510 additions and 146 deletions

View File

@@ -346,5 +346,12 @@ scripts = """
"""
sleep_minutes = 17 # sleep minutes between each script execution
sequencer_type = memory # Choose [memory|etcd] type for storing the file id sequence
# when sequencer.type = etcd, set listen client urls of etcd cluster that store file id sequence
# example : http://127.0.0.1:2379,http://127.0.0.1:2389
sequencer_etcd_urls = http://127.0.0.1:2379
`
)