diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 19:52:42 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 19:52:42 -0500 |
commit | c1657d2d39aaabf3d3fc8ccc146b0e339aaf703d (patch) | |
tree | 9b7eccd045bb0413d1e7028e7afc6d929ff92011 /config/snort | |
parent | 92646161cacbc52c937b97430babbc0b1319cccc (diff) | |
download | pfsense-packages-c1657d2d39aaabf3d3fc8ccc146b0e339aaf703d.tar.gz pfsense-packages-c1657d2d39aaabf3d3fc8ccc146b0e339aaf703d.tar.bz2 pfsense-packages-c1657d2d39aaabf3d3fc8ccc146b0e339aaf703d.zip |
Set max_execution_time
Diffstat (limited to 'config/snort')
-rw-r--r-- | config/snort/snort_download_rules.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php index 7c054efc..a378a2b2 100644 --- a/config/snort/snort_download_rules.php +++ b/config/snort/snort_download_rules.php @@ -37,6 +37,10 @@ if(!$start_me_up) { require("/usr/local/pkg/snort.inc"); } +/* Allow additional execution time 0 = no limit. */ +ini_set('max_execution_time', '9999'); +ini_set('max_input_time', '9999'); + $pgtitle = "Services: Snort: Update Rules"; /* define oinkid */ |