Skip to content

Commit

Permalink
smaller composite window
Browse files Browse the repository at this point in the history
  • Loading branch information
nlake44 authored and root committed Jan 10, 2014
1 parent e648609 commit 9a5a1e7
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 @@ -111,7 +111,7 @@ class DatastoreDistributed():

# The number of entries looked at when doing a composite query
# It will keep looking at this size window when getting the result
_MAX_COMPOSITE_WINDOW = 100000
_MAX_COMPOSITE_WINDOW = 10000

# Maximum amount of filter and orderings allowed within a query
_MAX_QUERY_COMPONENTS = 63
Expand Down

0 comments on commit 9a5a1e7

Please sign in to comment.