diff --git a/conf/icecast.xml.in b/conf/icecast.xml.in index 10e08cc6..63f05bb6 100644 --- a/conf/icecast.xml.in +++ b/conf/icecast.xml.in @@ -7,9 +7,12 @@ 30 15 10 - - 1 + + 0 diff --git a/src/cfgfile.c b/src/cfgfile.c index 4b99cc2b..7ef1753b 100644 --- a/src/cfgfile.c +++ b/src/cfgfile.c @@ -339,7 +339,7 @@ static void _set_defaults(ice_config_t *configuration) configuration->num_yp_directories = 0; configuration->relay_username = NULL; configuration->relay_password = NULL; - configuration->burst_on_connect = 1; + configuration->burst_on_connect = 0; } static void _parse_root(xmlDocPtr doc, xmlNodePtr node,