diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-03-20 23:53:39 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-03-20 23:53:39 -0700 |
| commit | a36e9e471da0df8433536f7e8c003e1480da4fb3 (patch) | |
| tree | bce4dc1f8d68be42b445296d90a8bf8f098e3c2e /src | |
| parent | 3508776583c21785dffc2f0bc9e7dd81c3f08480 (diff) | |
set default sync to 1 sec, save PW to mem
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/Main.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx index 5e05690..e23acbe 100644 --- a/src/client/Main.hx +++ b/src/client/Main.hx @@ -85,7 +85,7 @@ class Main { name: "", hash: "", chatSize: 300, - synchThreshold: 2, + synchThreshold: 1, isSwapped: false, isUserListHidden: true, latestLinks: [], |
