mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Further improve sensible defaults
This commit is contained in:
parent
7c4ad5543c
commit
3260473de0
|
@ -24,7 +24,7 @@ public final class ClientSettings {
|
||||||
this.maxCacheSizeMib = 20480;
|
this.maxCacheSizeMib = 20480;
|
||||||
this.maxBandwidthMibPerHour = 0;
|
this.maxBandwidthMibPerHour = 0;
|
||||||
this.maxBurstRateKibPerSecond = 0;
|
this.maxBurstRateKibPerSecond = 0;
|
||||||
this.clientPort = 1200;
|
this.clientPort = 443;
|
||||||
this.clientSecret = "PASTE-YOUR-SECRET-HERE";
|
this.clientSecret = "PASTE-YOUR-SECRET-HERE";
|
||||||
this.threads = 32;
|
this.threads = 32;
|
||||||
this.webSettings = null;
|
this.webSettings = null;
|
||||||
|
|
Loading…
Reference in a new issue