Skip to content

Commit

Permalink
update record limit from 7 to 7.5k
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitsmt211 committed Nov 12, 2023
1 parent 8e80ba0 commit 20a2eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public class PurgeMessageListener extends MessageReceiverAdapter {
private static final Logger logger = LoggerFactory.getLogger(PurgeMessageListener.class);
private static final int MESSAGES_RECORDS_LIMIT = 7;
private static final int MESSAGES_RECORDS_LIMIT = 7500;
static AtomicInteger recordsCounter = new AtomicInteger(0);
private final Database database;

Expand Down

0 comments on commit 20a2eb3

Please sign in to comment.