Update portbase
This commit is contained in:
@@ -91,7 +91,7 @@ func openDNSRequestWriter(ctx context.Context) error {
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
return nil
|
||||
case <-ticker.Read():
|
||||
case <-ticker.Wait():
|
||||
writeOpenDNSRequestsToDB()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user