Re: Soundboard Delay After about an hour of use
by mflorell » Mon Jan 23, 2017 6:18 pm
How many records are in the vicidial_manager table when you are having these issues? (select count(*) from vicidial_manager;)
Fix
The table is pruned every hour, but you can adjust a crontab entry to make it trim every 15 minutes if you like:
### flush queue DB table every hour for entries older than 1 hour (changed to 15 minutes)
11,26,41,56 * * * * /usr/share/astguiclient/AST_flush_DBqueue.pl --seconds=900 -q
### flush queue DB table every hour for entries older than 1 hour (changed to 15 minutes)
11,26,41,56 * * * * /usr/share/astguiclient/AST_flush_DBqueue.pl --seconds=900 -q
- mflorell
- Site Admin
- Posts: 16036
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
No hay comentarios:
Publicar un comentario