Skip to content

Commit

Permalink
Clear configuration cache. (#7826)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Apr 21, 2022
1 parent 52d4eda commit 401d451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/learner.cc
Expand Up @@ -397,7 +397,7 @@ class LearnerConfiguration : public Learner {
this->ValidateParameters();
}

// FIXME(trivialfis): Clear the cache once binary IO is gone.
cfg_.clear();
monitor_.Stop("Configure");
}

Expand Down

0 comments on commit 401d451

Please sign in to comment.