We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf7ee5 commit 6c703e2Copy full SHA for 6c703e2
include/rocksdb/cloud/cloud_env_options.h
@@ -313,7 +313,7 @@ class CloudEnvOptions {
313
bool _skip_dbid_verification = false,
314
bool _use_aws_transfer_manager = false,
315
int _number_objects_listed_in_one_iteration = 5000,
316
- bool _constant_sst_file_size_in_sst_file_manager = -1,
+ int _constant_sst_file_size_in_sst_file_manager = -1,
317
bool _skip_cloud_files_in_getchildren = false)
318
: cloud_type(_cloud_type),
319
log_type(_log_type),
0 commit comments