Merge pull request #8103 from sfc-gh-xwang/fix/main/ppwmessage
Fix inaccurate PPW configure return code
This commit is contained in:
commit
9680913ed3
|
@ -259,7 +259,6 @@ ACTOR Future<bool> configureCommandActor(Reference<IDatabase> db,
|
|||
fprintf(stderr,
|
||||
"Type `configure perpetual_storage_wiggle=1' to enable the perpetual wiggle, or `configure "
|
||||
"storage_migration_type=gradual' to set the gradual migration type.\n");
|
||||
ret = false;
|
||||
break;
|
||||
case ConfigurationResult::SUCCESS_WARN_ROCKSDB_EXPERIMENTAL:
|
||||
printf("Configuration changed\n");
|
||||
|
|
Loading…
Reference in New Issue