Version of script: 2.6
Write your message below:
i cant save the task timeout time for pop3 fetching to 0, always receive 15.
other values can be saved.
task timeout to 0
Moderator: mkoch227
Re: task timeout to 0
I would recommend keeping it at least a small positive value to prevent multiple tasks running a once for the same POP3 account.
But to disable, in admin_settings_save.php find and change it to That should allow you to save as 0
(first value is minimum allowed, second is maximum allowed, third is default)
But to disable, in admin_settings_save.php find
Code: Select all
1, 1440, 15
Code: Select all
0, 1440, 15
(first value is minimum allowed, second is maximum allowed, third is default)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools