Skip to content

Commit

Permalink
Increase delay between archiving message and new commits post to avoi…
Browse files Browse the repository at this point in the history
…d Discourse rate limits.
  • Loading branch information
awaitlink committed Jul 26, 2024
1 parent bdf92fc commit 39d0294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use crate::{
state::{PostInformation, StateController},
};

const POSTING_DELAY_MILLISECONDS: u64 = 3000;
const POSTING_DELAY_MILLISECONDS: u64 = 5000;

enum Mode {
MakeNewPostIfPossible,
Expand Down

0 comments on commit 39d0294

Please sign in to comment.