Skip to content

Commit e1ae6d9

Browse files
pietroalbiniJoshua Nelson
and
Joshua Nelson
committed
Update src/utils/queue_builder.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent 1aa36cc commit e1ae6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/queue_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub fn queue_builder(
4040
}
4141

4242
if status.count() >= 10 {
43-
// periodically, we need to flush our caches and ping the hubs
43+
// periodically, ping the hubs
4444
debug!("10 builds in a row; pinging pubsubhubhub");
4545
status = BuilderState::QueueInProgress(0);
4646

0 commit comments

Comments
 (0)