Skip to content

Commit 93ab57b

Browse files
fix type (#66)
fix typo deprecated
1 parent 799b9a5 commit 93ab57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/meta/MetaClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class MetaClient {
8585
CONFIG_HOT_UPDATED_ITEM(check_server_interval, 5_s);
8686
CONFIG_HOT_UPDATED_ITEM(max_concurrent_requests, 128u, ConfigCheckers::checkPositive);
8787
CONFIG_HOT_UPDATED_ITEM(remove_chunks_batch_size, uint32_t(32), ConfigCheckers::checkPositive);
88-
CONFIG_HOT_UPDATED_ITEM(remove_chunks_max_iters, uint32_t(1024), ConfigCheckers::checkPositive); // deperated
88+
CONFIG_HOT_UPDATED_ITEM(remove_chunks_max_iters, uint32_t(1024), ConfigCheckers::checkPositive); // deprecated
8989

9090
CONFIG_HOT_UPDATED_ITEM(dynamic_stripe, false);
9191

0 commit comments

Comments
 (0)