sfm: new seed_f_path "/var/tmp/.fortuna.seed"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4176de2e12
commit
29f7ebd529
@ -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(){}
|
||||
|
Reference in New Issue
Block a user