Manual:$wgRequestTimeLimit/pl

This page is a translated version of the page Manual:$wgRequestTimeLimit and the translation is 14% complete.
Performance hacks and limits: $wgRequestTimeLimit
Set a limit on server request wall clock time.
Wprowadzono w wersji:1.36.0 (Gerrit change 654573; git #2697837f)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(integer) or null
Domyślna wartość:null

Szczegóły

Set a limit on server request wall clock time.

If the Excimer extension is enabled, setting this will cause an exception to be thrown after the specified number of seconds. If the extension is not available, set_time_limit() will be called instead.