Reduce clashes with real user ids.
This commit is contained in:
parent
b8dc6d6bc8
commit
a39c68cb1e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import core.stdc.time;
|
|||
|
||||
private DList!WebSocket socks;
|
||||
private Mt19937 rng;
|
||||
private uint counter = 0;
|
||||
private uint counter = 300;
|
||||
|
||||
int main(string[] args) {
|
||||
size_t start = core.stdc.time.time(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue