mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-11-17 00:22:32 +01:00
Fix bug in ping
This commit is contained in:
parent
a8126b9026
commit
c1710d1ef8
@ -66,6 +66,7 @@ public class ServerHandler {
|
|||||||
params.put("secret", settings.getClientSecret());
|
params.put("secret", settings.getClientSecret());
|
||||||
params.put("port", settings.getClientPort());
|
params.put("port", settings.getClientPort());
|
||||||
params.put("disk_space", settings.getMaxCacheSizeMib() * 1024 * 1024 /* MiB to bytes */);
|
params.put("disk_space", settings.getMaxCacheSizeMib() * 1024 * 1024 /* MiB to bytes */);
|
||||||
|
params.put("network_speed", settings.getMaxBurstRateKibPerSecond() * 1024 /* KiB to bytes */);
|
||||||
params.put("build_version", Constants.CLIENT_BUILD);
|
params.put("build_version", Constants.CLIENT_BUILD);
|
||||||
params.put("tls_created_at", old.getTls().getCreatedAt());
|
params.put("tls_created_at", old.getTls().getCreatedAt());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user