sfm: new seed_f_path "/var/tmp/.fortuna.seed"

This commit is contained in:
surtur 2022-02-07 23:16:03 +01:00
parent 4176de2e12
commit 29f7ebd529
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -17,7 +17,7 @@ public:
// std::chrono::minutes write_interval{10};
// 10 minutes (as the standard recommends) is a lot, go with 10s
const std::chrono::seconds write_interval{10};
std::string seed_f_path{"./.fortuna.seed"};
std::string seed_f_path{"/var/tmp/.fortuna.seed"};
std::size_t seed_f_length{64};
conf(){}