diff --git a/main/autoservice.c b/main/autoservice.c index 84083c6c50..f60abb503b 100644 --- a/main/autoservice.c +++ b/main/autoservice.c @@ -93,7 +93,7 @@ static void *autoservice_run(void *ign) struct ast_channel *mons[MAX_AUTOMONS]; struct ast_channel *chan; struct asent *as; - int x = 0, ms = 500; + int x = 0, ms = 50; AST_LIST_LOCK(&aslist);