Skip to content

Commit

Permalink
increase timeout for banner
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical committed Jul 10, 2024
1 parent c406357 commit 43f2c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/redo.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ module.exports = async function ({ app, client }) {
`${process.env.INSTANCE_ID || "production"}.messageId`,
tmesg.ts,
);
},2000)
},5000)

};

0 comments on commit 43f2c91

Please sign in to comment.