Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update storage.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
szha committed Sep 1, 2020
1 parent 64feebb commit ff5a940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/storage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ StorageManager *CreateStorageManager(const Context &ctx, const char *context,
const auto env_var = env_var_name(context, pool_type);
const char *type = getenv(env_var.c_str());
if (type == nullptr) {
type = "Round"; // default pool
type = "Naive"; // default pool
}

*pStrategy = type;
Expand Down

0 comments on commit ff5a940

Please sign in to comment.