1 (edited by chaitanya 06/07/2011 01:56:05 pm)

Topic: Query about : Timeout on long processing like backup/restore enlarged

Hi Janusz,

Regarding : Timeout on long processing like backup/restore enlarged to 10min

I had made changes as per the changelog in inserts.js and utils.js
also removed old files from js_cache to get new settings work.

Still the progress bar goes off after 60Sec.
and backup does not take place.

I need to extend time for backup and reports too.

Thanks

Chaitanya

Re: Query about : Timeout on long processing like backup/restore enlarged

As I have explained in another discussion, I was not sure it could work. Javascript routine use setTimeout function. I guess maximum timeout value depends on internal javascript Int type implementation, and can vary between browsers. The fix presumes 32 bit Int  implementation. Could you test various browser at this point and report the results?
Janusz