added upload queue class to remember block inserts across restarts

This commit is contained in:
Kevin Froman 2019-08-11 22:32:58 -05:00
parent da2c6b5b9c
commit 97d04440ee
4 changed files with 62 additions and 2 deletions

View file

@ -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'