Skip to content

Commit

Permalink
processcommits up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 7, 2024
1 parent 1ab7d37 commit cf878df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const limits = {
// ***** APPLICATION CONFIG *****
AUTHOR_FEED_MAX_RESULTS: 30, // sets the limit parameter requesting an author's posts - 30 is what bsky.app uses so the cache should be fresher
DB_WRITE_INTERVAL_MS: 15 * 60 * 1000, // time between pauses to update firehose sequence and scavenge cache - higher is generally better but you will have to reprocess this much on restart
MAX_CONCURRENT_PROCESSCOMMITS: 16, // this influences # of http requests, so lower can be faster
MAX_CONCURRENT_PROCESSCOMMITS: 32, // this influences # of http requests, so lower can be faster
MAX_FIREHOSE_DELAY: 3 * 60 * 1000, // how long between events before considering the firehose stalled
MIN_FIREHOSE_OPS: 30, // the minimum number of operations per interval before considering the firehose stalled
MAX_PENDING_INSERTS_WAIT_MS: 30 * 1000, // the maximum amount of time between inserting pending label events
Expand Down

0 comments on commit cf878df

Please sign in to comment.