Actions
Bug #1737
openExtend the maximum execution time for stats-visualizer
Start date:
09/02/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
There may be some means to adjust the maximum execution time by Apache config files, which we create anyway. Some pages, especially those that just list a lot of files, exceed the default limit of 30 seconds.
Perhaps, we should explicitly set a larger limit?
Updated by Evgeny Novikov about 13 years ago
- Status changed from New to Open
It sounds reasonably.
As a temporary solution, you can override hard-coded limits in installed source:stats-visualizer/vhosts/ldv-stats/public/.htaccess (don't forget to increase both max_execution_time and max_input_time since there is a related bug in php).
Updated by Evgeny Novikov about 13 years ago
I implemented the suggested temporary solution in 53bd855. So there is 2 minutes time limit instead of 30 second. But it should be adjustable nevertheless.
Actions