forked from pinks/eris
1
0
Fork 0

main #15

Merged
nameless merged 5 commits from pinks/eris:main into pr-main 2024-02-08 15:24:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ffd3d0dc8d - Show all commits

View File

@ -129,7 +129,7 @@ async function img2img(
chat: ctx.message.chat,
requestMessage: ctx.message,
replyMessage: replyMessage,
}, { retryCount: 3, repeatDelayMs: 10_000 });
}, { priority: 0, retryCount: 3, repeatDelayMs: 10_000 });
debug(`Generation (img2img) enqueued for ${formatUserChat(ctx.message)}`);
}