Skip to content

Commit

Permalink
fix(relayer): Set concurrency to 1 to avoid bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 committed Jun 29, 2023
1 parent 6956003 commit 77d6e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/workers/poll-updates/poll-updates-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import { checkConfig } from '../../../libs/typescript/ts-utils/common-utils';
host: updatePollingConfig.REDIS_HOST,
port: updatePollingConfig.REDIS_PORT,
},
concurrency: 5,
concurrency: 1,
},
);
})();

0 comments on commit 77d6e76

Please sign in to comment.