Manual:$wgRequestTimeLimit
Appearance
パフォーマンス ハックと制限: $wgRequestTimeLimit | |
---|---|
Set a limit on server request wall clock time. |
|
導入されたバージョン: | 1.36.0 (Gerrit change 654573; git #2697837f) |
除去されたバージョン: | 使用中 |
許容される値: | (整数) または null |
既定値: | null |
その他の設定: アルファベット順 | 機能順 |
詳細
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.