diff --git a/context-free/index.ts b/context-free/index.ts index 3deea84e..d15ad821 100644 --- a/context-free/index.ts +++ b/context-free/index.ts @@ -146,7 +146,7 @@ const composePost = async (message: string): Promise => { }; const randomInterval = () => - 1000 * 60 * (90 + (Math.random() - 0.5) * 2 * 60); + 1000 * 60 * (60 * 15 + (Math.random() - 0.5) * 2 * 60); export const server = ({eventClient, webClient: slack}: SlackInterface) => plugin(async (fastify) => { const postWord = async () => {