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 7bc3e53 commit 8c6e0e2Copy full SHA for 8c6e0e2
core/src/main/java/com/scalar/db/storage/objectstorage/ObjectStorageProvider.java
@@ -15,6 +15,6 @@ default DistributedStorage createDistributedStorage(DatabaseConfig config) {
15
16
@Override
17
default DistributedStorageAdmin createDistributedStorageAdmin(DatabaseConfig config) {
18
- return new CommonDistributedStorageAdmin(new ObjectStorageAdmin(config), true);
+ return new CommonDistributedStorageAdmin(new ObjectStorageAdmin(config));
19
}
20
0 commit comments