Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mooskagh committed Jan 18, 2025
1 parent 4352615 commit 8b22a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine_classic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void EngineClassic::UpdateFromUciOptions() {
options_.Get<int>(SharedBackendParams::kNNCacheSizeId));
network_configuration_ = network_configuration;
} else {
// Still update the cache size.
// If network is not changed, cache size still may have changed.
backend_->SetCacheCapacity(
options_.Get<int>(SharedBackendParams::kNNCacheSizeId));
}
Expand Down

0 comments on commit 8b22a98

Please sign in to comment.