added upload queue class to remember block inserts across restarts
This commit is contained in:
parent
da2c6b5b9c
commit
97d04440ee
4 changed files with 62 additions and 2 deletions
|
@ -13,6 +13,7 @@ forward_keys_file = home + 'forward-keys.db'
|
|||
cached_storage = home + 'cachedstorage.dat'
|
||||
announce_cache = home + 'announcecache.dat'
|
||||
export_location = home + 'block-export/'
|
||||
upload_list = home + 'upload-list.json'
|
||||
|
||||
tor_hs_address_file = home + 'hs/hostname'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue