storj-archived / core

Deprecated. Implementation of the Storj v2 protocol for Node.js.
https://storj.io
Other
396 stars 88 forks source link

Persistent tokens with TTL for SIP6 #724

Closed braydonf closed 6 years ago

braydonf commented 7 years ago

With SIP6 shard tokens can live longer from ALLOC commands. As such it'll be useful for the shard server to be able to persistent shard tokens across node restarts. Shard tokens will still have a TTL, however that TTL can now be much longer e.g. 24 hours. This will also be useful when implementing https://github.com/Storj/bridge/issues/493

Todo: