Correct seconds of a day from 84400 to 86400

Correct a day to 86400 seconds which is used by API rate limit config
Closes-bug: #1357152

Change-Id: Ieceacd00f02b6ed27032cc0ac2f55be8b976a070
This commit is contained in:
Yaguang Tang
2014-08-15 10:22:28 +08:00
parent 90c756a991
commit 21aeb80a83

View File

@@ -89,7 +89,7 @@ TIME_UNITS = {
'SECOND': 1,
'MINUTE': 60,
'HOUR': 3600,
'DAY': 84400
'DAY': 86400
}