Skip to content

Commit

Permalink
10k max limit on queries
Browse files Browse the repository at this point in the history
  • Loading branch information
nlake44 authored and root committed Jan 9, 2014
1 parent 1de1ece commit 0a62c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppDB/datastore_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class DatastoreDistributed():
a distributed datastore instead of a flat file.
"""
# Max number of results for a query
_MAXIMUM_RESULTS = 1000000
_MAXIMUM_RESULTS = 10000

# The number of entries looked at when doing a composite query
# It will keep looking at this size window when getting the result
Expand Down

0 comments on commit 0a62c82

Please sign in to comment.