Revert "Revert "view_update_generator: Increase the registration_queue_size""

This reverts commit 4cee8206f8.

The test is fixed.

Closes #14750
This commit is contained in:
Asias He
2023-07-19 11:24:39 +08:00
committed by Botond Dénes
parent 6ce0d3a202
commit c29e7e4644
2 changed files with 12 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ using wait_for_all_updates = bool_class<wait_for_all_updates_tag>;
class view_update_generator : public async_sharded_service<view_update_generator> {
public:
static constexpr size_t registration_queue_size = 5;
static constexpr size_t registration_queue_size = 100;
private:
replica::database& _db;