mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Fix naming typo getRecorderWithTag (#210)
This commit is contained in:
@@ -146,7 +146,7 @@ CoTryTask<void> ResyncWorker::handleSync(VersionedChainId vChainId) {
|
||||
uint32_t currentSyncingSkipCount = 0;
|
||||
auto recordGuard = resyncRecorder.record(tag);
|
||||
|
||||
auto remainingChunksCount = syncingRemainingChunksCount.getRecoderWithTag(tag);
|
||||
auto remainingChunksCount = syncingRemainingChunksCount.getRecorderWithTag(tag);
|
||||
SCOPE_EXIT { remainingChunksCount->set(0); };
|
||||
|
||||
// 3. sync start.
|
||||
|
||||
Reference in New Issue
Block a user