From 048664f2786fce9bd049f39eea39a2a7fe2868f0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 5 Apr 2001 20:33:36 +0000 Subject: - a bunch of various updates --- includes/watchdog.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/watchdog.inc') diff --git a/includes/watchdog.inc b/includes/watchdog.inc index 2d221c842..9b28f3904 100644 --- a/includes/watchdog.inc +++ b/includes/watchdog.inc @@ -1,7 +1,7 @@ array("0", $submission_rate["comment"]), - "node" => array("1", $submission_rate["node"]), +$watchdog = array("comment" => array("0", variable_get("max_comment_rate", 60)), + "node" => array("1", variable_get("max_node_rate", 900)), "message" => array("3", "0"), "warning" => array("4", "0"), "error" => array("5", "0")); -- cgit v1.2.3