Skip to content

Commit

Permalink
fix type (#66)
Browse files Browse the repository at this point in the history
fix typo deprecated
  • Loading branch information
A-transformer authored Mar 3, 2025
1 parent 799b9a5 commit 93ab57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/meta/MetaClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class MetaClient {
CONFIG_HOT_UPDATED_ITEM(check_server_interval, 5_s);
CONFIG_HOT_UPDATED_ITEM(max_concurrent_requests, 128u, ConfigCheckers::checkPositive);
CONFIG_HOT_UPDATED_ITEM(remove_chunks_batch_size, uint32_t(32), ConfigCheckers::checkPositive);
CONFIG_HOT_UPDATED_ITEM(remove_chunks_max_iters, uint32_t(1024), ConfigCheckers::checkPositive); // deperated
CONFIG_HOT_UPDATED_ITEM(remove_chunks_max_iters, uint32_t(1024), ConfigCheckers::checkPositive); // deprecated

CONFIG_HOT_UPDATED_ITEM(dynamic_stripe, false);

Expand Down

0 comments on commit 93ab57b

Please sign in to comment.