summaryrefslogtreecommitdiff
path: root/main/autoservice.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/autoservice.c')
-rw-r--r--main/autoservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/autoservice.c b/main/autoservice.c
index 836dfab63..3b267a6ab 100644
--- a/main/autoservice.c
+++ b/main/autoservice.c
@@ -87,7 +87,7 @@ static void *autoservice_run(void *ign)
for (;;) {
struct ast_channel *mons[MAX_AUTOMONS], *chan;
struct asent *as;
- int x = 0, ms = 500;
+ int x = 0, ms = 50;
AST_LIST_LOCK(&aslist);