mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
c547be44da
PR: 46339 Submitted by: maintainer
12 lines
377 B
C
12 lines
377 B
C
--- src/options.c.orig Sat Nov 30 03:27:15 2002
|
|
+++ src/options.c Wed Dec 18 01:43:00 2002
|
|
@@ -60,7 +60,7 @@
|
|
* Minimum value is enforced. A warning is logged if greater than upper limit.
|
|
*/
|
|
#define MINIMUM_INTERVAL 30 /* enforced */
|
|
-#define DEFAULT_INTERVAL 300
|
|
+#define DEFAULT_INTERVAL 550
|
|
#define UPPER_INTERVAL 600 /* warning if exceeded */
|
|
|
|
/* Macros */
|