Skip to content

Commit e038d7c

Browse files
TheWitnessCopilot
andauthored
Update syslog_process.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7fad268 commit e038d7c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

syslog_process.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@
3939
* bursts of incoming syslog events
4040
*/
4141
ini_set('output_buffering', 'Off');
42-
ini_set('max_runtime', '-1');
4342
ini_set('max_execution_time', 3600);
4443
ini_set('memory_limit', '-1');
4544

46-
set_time_limit(0);
45+
set_time_limit(3600);
4746
ob_implicit_flush();
4847

4948
global $debug, $syslog_facilities, $syslog_levels;

0 commit comments

Comments
 (0)