Change home page default period to 7days

This commit changes the home page default period to 7 days to reduce the
loading time. So users don't want to stand for it.

Change-Id: Ia8cdf52d191453c9bab59669550c0d7dc8faa6e2
This commit is contained in:
Masayuki Igawa 2017-03-19 13:16:35 +08:00
parent 16bf48246b
commit 609178cd42
No known key found for this signature in database
GPG Key ID: 251CCDE9053850E4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ var periodsService = function() {
'preference': {'hours': 12}},
'hour': {'min': {'hours': 12},
'max': {'months': 3},
'preference': {'months': 1}},
'preference': {'weeks': 1}},
'day': {'min': {'hours': 48},
'max': null,
'preference': {'months': 3}}