Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Merge 3533789 into beeb361
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-tabor committed May 20, 2019
2 parents beeb361 + 3533789 commit a672db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/retention/organization_retention_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class OrganizationRetentionHandler(webapp2.RequestHandler):

QUERY_PAGE_SIZE = 5000
QUERY_PAGE_SIZE = 2500

def get(self):
cursor = Cursor(urlsafe=self.request.get('cursor'))
Expand Down

0 comments on commit a672db9

Please sign in to comment.