Page 1 of 1

Agent Pause Max Seconds

PostPosted: Wed Feb 12, 2014 5:46 am
by DomeDan
Just noticed the campaign setting "Agent Pause Max Seconds" and was thinking about setting it to one hour (3600 seconds) just to log out agents that forgot to do so when they went home.

But the form field only allows 3 digits, so max 999 seconds, is there a reason for this? would there be a problem to set the value to 3600 seconds?

the database field pause_max SMALLINT(5) allows a value of max 65535

admin_version = 2.8-425a
build = 140206-1357

Re: Agent Pause Max Seconds

PostPosted: Wed Feb 12, 2014 11:05 am
by mflorell
Good question, give it a try and let us know how it works for you :)

Re: Agent Pause Max Seconds

PostPosted: Thu Feb 13, 2014 8:27 am
by DomeDan
Tried to set it to 1800 and then 3600 seconds and it works as expected 8)
Will set that on all campaigns and write here if I notice any problem

Re: Agent Pause Max Seconds

PostPosted: Thu Feb 13, 2014 12:02 pm
by mflorell
Very good, I just modified admin.php to allow for 4 digits in that field in svn/trunk. Thanks for testing!