Skip to content

Commit 6c703e2

Browse files
committed
fix invalid type
1 parent 7bf7ee5 commit 6c703e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rocksdb/cloud/cloud_env_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ class CloudEnvOptions {
313313
bool _skip_dbid_verification = false,
314314
bool _use_aws_transfer_manager = false,
315315
int _number_objects_listed_in_one_iteration = 5000,
316-
bool _constant_sst_file_size_in_sst_file_manager = -1,
316+
int _constant_sst_file_size_in_sst_file_manager = -1,
317317
bool _skip_cloud_files_in_getchildren = false)
318318
: cloud_type(_cloud_type),
319319
log_type(_log_type),

0 commit comments

Comments
 (0)