| Index: client/site_tests/logging_CrashSender/logging_CrashSender.py
|
| diff --git a/client/site_tests/logging_CrashSender/logging_CrashSender.py b/client/site_tests/logging_CrashSender/logging_CrashSender.py
|
| index 427961cf83abeb2d1cfb606f1e2206ccdec472b2..cd558cf3ccd7eb4e54d824e64e0965325efa5b98 100644
|
| --- a/client/site_tests/logging_CrashSender/logging_CrashSender.py
|
| +++ b/client/site_tests/logging_CrashSender/logging_CrashSender.py
|
| @@ -7,7 +7,7 @@ from autotest_lib.client.bin import site_crash_test, site_utils, test
|
| from autotest_lib.client.common_lib import error, utils
|
|
|
| _CRASH_SENDER_CRON_PATH = '/etc/cron.hourly/crash_sender.hourly'
|
| -_DAILY_RATE_LIMIT = 8
|
| +_DAILY_RATE_LIMIT = 32
|
| _MIN_UNIQUE_TIMES = 4
|
| _SECONDS_SEND_SPREAD = 3600
|
|
|
|
|