diff options
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}, /* */ |