This commit is contained in:
Jakob Borg 2023-06-29 16:46:52 +02:00
parent 7fc435481d
commit 9a9b751626

View File

@ -163,6 +163,7 @@ func (f *sendReceiveFolder) pull() (bool, error) {
scanChan := make(chan string)
go f.pullScannerRoutine(scanChan)
defer close(scanChan)
metricFolderPulls.WithLabelValues(f.ID).Inc()
ctx, cancel := context.WithCancel(f.ctx)