X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fconf.c;h=3068cd7f1785e2e46759130fe524a35bcbab8b03;hb=a2278f090858fcb69da788831f7e15775caab756;hp=4d9a0e695a3abb20bb01ff84d0eddd3352830444;hpb=4f5a0fbe73d5206e3c9c8d183962919725141091;p=umurmur.git diff --git a/src/conf.c b/src/conf.c index 4d9a0e6..3068cd7 100644 --- a/src/conf.c +++ b/src/conf.c @@ -47,7 +47,7 @@ static config_t configuration; #define DEFAULT_CONFIG "/etc/umurmur.conf" #define DEFAULT_WELCOME "Welcome to uMurmur!" #define DEFAULT_MAX_CLIENTS 10 -#define DEFAULT_MAX_BANDWIDTH 5000 +#define DEFAULT_MAX_BANDWIDTH 48000 #define DEFAULT_BINDPORT 64738 const char defaultconfig[] = DEFAULT_CONFIG;