task timeout to 0

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
stijnvan
Posts: 20
Joined: Fri Feb 20, 2015 9:47 pm

task timeout to 0

Post by stijnvan »

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.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: task timeout to 0

Post by Klemen »

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

Code: Select all

1, 1440, 15
and change it to

Code: Select all

0, 1440, 15
That should allow you to save as 0

(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 Image

Image 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
stijnvan
Posts: 20
Joined: Fri Feb 20, 2015 9:47 pm

Re: task timeout to 0

Post by stijnvan »

thx !
Post Reply