mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 06:15:30 +00:00
chore: timeout
This commit is contained in:
parent
77af3154cf
commit
349fb319c4
@ -38,7 +38,7 @@ export class SyncMessageManager {
|
||||
return await new Promise((resolve, reject) => {
|
||||
const timer = setTimeout(() => {
|
||||
reject(new Error(`Publish message to ${channel} timeout, message: ${JSON.stringify(message)}`));
|
||||
}, 5000);
|
||||
}, 50000);
|
||||
|
||||
transaction.afterCommit(async () => {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user