Skip to content

Commit

Permalink
limits increased
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Nov 27, 2024
1 parent 754cb3b commit b62dbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/danswer/connectors/confluence/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"restrictions.read.restrictions.group",
]

_SLIM_DOC_BATCH_SIZE = 1000
_SLIM_DOC_BATCH_SIZE = 5000


class ConfluenceConnector(LoadConnector, PollConnector, SlimConnector):
Expand Down
2 changes: 1 addition & 1 deletion backend/danswer/connectors/confluence/onyx_confluence.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def wrapped_call(*args: list[Any], **kwargs: Any) -> Any:
return cast(F, wrapped_call)


_DEFAULT_PAGINATION_LIMIT = 100
_DEFAULT_PAGINATION_LIMIT = 1000


class OnyxConfluence(Confluence):
Expand Down

0 comments on commit b62dbef

Please sign in to comment.