Skip to content

Commit 8c6e0e2

Browse files
authored
Update core/src/main/java/com/scalar/db/storage/objectstorage/ObjectStorageProvider.java
1 parent 7bc3e53 commit 8c6e0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/scalar/db/storage/objectstorage/ObjectStorageProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ default DistributedStorage createDistributedStorage(DatabaseConfig config) {
1515

1616
@Override
1717
default DistributedStorageAdmin createDistributedStorageAdmin(DatabaseConfig config) {
18-
return new CommonDistributedStorageAdmin(new ObjectStorageAdmin(config), true);
18+
return new CommonDistributedStorageAdmin(new ObjectStorageAdmin(config));
1919
}
2020
}

0 commit comments

Comments
 (0)