Update 'azInvalidUser' list

This commit is contained in:
2025-05-21 16:43:39 +04:00
parent c4bd6affa6
commit 7242754124
2 changed files with 2 additions and 1 deletions

View File

@@ -272,7 +272,7 @@ func ConsumeAndSaveToMongoDB(
postBatch = []*collections.Post{} // Clear batch after insert
} else {
// If we haven't seen any data for 25 seconds, cancel the consumer connection
if consumerLastFlushingTime.Add(time.Second*25).Before(time.Now()) {
if consumerLastFlushingTime.Add(time.Second * 25).Before(time.Now()) {
cancel()
}
}