Bug #31934
Ajax timelimit bug
Start date:
2011-11-18
Due date:
% Done:
100%
Estimated time:
Description
Hi!
Extension configuration is not considered in mod1 cause of a small bug in unserialize.
So ajax timelimit is always 30000 even if I set a different value in "Force time limit".
This patch fixes it and also improves a bit the timelimit cause it uses php max_execution_time instead of the default 30 seconds value when "Force time limit" is <= 0.
Bye! :)
Files
Updated by Francois Suter almost 9 years ago
- Category set to Import process
- Status changed from New to Accepted
- Assignee set to Francois Suter
Updated by Francois Suter almost 9 years ago
Thanks for spotting this. I have corrected the equivalent error in the current version, which is quite different, but the bug was copied and pasted around ;-)
Actually the time limit is not used as a timeout for AJAX call since I moved everything to ExtDirect, which has no timeout property.
Updated by Francois Suter almost 9 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r59606.