diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-14 17:12:45 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-14 17:21:58 +0100 |
commit | 80b8e33d65c5b9207b9ec506b731fc3e26ccea4b (patch) | |
tree | 570abad2dfcc62d14d8bf890425a580ffa5fd072 /src/htsserver.c | |
parent | fa0e5f72e079cf5b3dc0331c12499e04875d7726 (diff) |
Push default bandwidth to 100kiB/s, max to 10MiB/s
Diffstat (limited to 'src/htsserver.c')
-rw-r--r-- | src/htsserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsserver.c b/src/htsserver.c index 604b892..4e3babc 100644 --- a/src/htsserver.c +++ b/src/htsserver.c @@ -347,7 +347,7 @@ int smallserver(T_SOC soc, char *url, char *method, char *data, char *path) { /* */ {"connexion", 4}, /* */ - {"maxrate", 25000}, + {"maxrate", 100000}, /* */ {"build", 1}, /* */ |