You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's by design: storrent is designed not to store anything on disk, everything happens in RAM. The only exception is the DHT routing table, which is stored into the dht.dat file.
I wouldn't be opposed to adding such a feature, but it would be optional and disabled by default, since I rather like the current behaviour.
We should look into a JSON or sqlite store ?
SQL is out of the question, there's no reason to use a relational database for what is a tree structure.
Please consider using bencode, since it's already used by storrent.
Looks like it looses state after a restart..
We should look into a JSON or sqlite store ?
The text was updated successfully, but these errors were encountered: