Skip to content

Commit

Permalink
temporarily drop G+ poll frequency to 2h due to #22 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Sep 18, 2014
1 parent 9aeb6a1 commit 8fd1d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googleplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class GooglePlusPage(models.Source):
# QPS: https://cloud.google.com/console/project/1029605954231
# Today's quota usage: https://code.google.com/apis/console/b/0/?noredirect#project:1029605954231:quotas
# Daily total usage: https://code.google.com/apis/console/b/0/?pli=1#project:1029605954231:stats
FAST_POLL = datetime.timedelta(minutes=30)
FAST_POLL = datetime.timedelta(hours=2)

type = ndb.StringProperty(choices=('user', 'page'))

Expand Down

0 comments on commit 8fd1d4d

Please sign in to comment.