Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Jan 1, 2025
1 parent ed02225 commit 6b02dbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const ConfluenceReadOperationRestrictionsCodec = t.type({
// If Confluence does not provide a retry-after header, we use this constant to signal no delay.
const NO_RETRY_AFTER_DELAY = -1;
// Number of times we retry when rate limited and Confluence does provide a retry-after header.
const MAX_RATE_LIMIT_RETRY_COUNT = 10;
const MAX_RATE_LIMIT_RETRY_COUNT = 5;

// Space types that we support indexing in Dust.
export const CONFLUENCE_SUPPORTED_SPACE_TYPES = [
Expand Down

0 comments on commit 6b02dbb

Please sign in to comment.