Skip to content

Commit 185d669

Browse files
authored
fix: Self-calling method in http.rs (#173)
1 parent 99ccbeb commit 185d669

File tree

1 file changed

+1
-1
lines changed
  • crates/libtortillas/src/tracker

1 file changed

+1
-1
lines changed

crates/libtortillas/src/tracker/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ impl TrackerBase for HttpTracker {
262262
}
263263

264264
fn interval(&self) -> usize {
265-
self.interval()
265+
self.interval.load(Ordering::Acquire)
266266
}
267267
}
268268

0 commit comments

Comments
 (0)