Further improve sensible defaults

This commit is contained in:
carbotaniuman 2020-06-13 17:24:15 -05:00
parent 7c4ad5543c
commit 3260473de0

View file

@ -24,7 +24,7 @@ public final class ClientSettings {
this.maxCacheSizeMib = 20480;
this.maxBandwidthMibPerHour = 0;
this.maxBurstRateKibPerSecond = 0;
this.clientPort = 1200;
this.clientPort = 443;
this.clientSecret = "PASTE-YOUR-SECRET-HERE";
this.threads = 32;
this.webSettings = null;