You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Infinite loops in the browser can lock up the UI so are a big no-no. Uniter should support the set_time_limit(...) function in order to handle this scenario.
The default of 30 seconds in the Zend engine is too high for in the browser: a default of 1 second should be enforced there.
The text was updated successfully, but these errors were encountered:
Infinite loops in the browser can lock up the UI so are a big no-no. Uniter should support the
set_time_limit(...)
function in order to handle this scenario.The default of 30 seconds in the Zend engine is too high for in the browser: a default of 1 second should be enforced there.
The text was updated successfully, but these errors were encountered: