Skip to content
Snippets Groups Projects
Commit b6b72013 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

swim: default generation is timestamp

Generation is supposed to be a persistent counter to distinguish
between different installations of the same SWIM instance. By
default it was set to 0, which was quite unsafe.

Kostja proposed an easy and bright solution - generation could be
set to timestamp by default. In such a case on each restart it is
almost 100% will be different.

Follow up #4280
parent ea1e9192
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment