Skip to content

Commit

Permalink
??? figure out later why persisted queries are broken
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Nov 12, 2024
1 parent 2b0455d commit 5d9fe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splashcat/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Mutation(BattlesMutation, UsersMutation, SplatNetAlbumMutation):
mutation=Mutation,
extensions=[
DjangoOptimizerExtension,
PersistedQueriesExtension(cache_backend=DjangoPersistedQueryCache()),
PersistedQueriesExtension(),
QueryDepthLimiter(max_depth=10),
MaxTokensLimiter(max_token_count=1000),
ParserCache(maxsize=100),
Expand Down

0 comments on commit 5d9fe4f

Please sign in to comment.