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.
2 parents 77f63ad + 1029b76 commit a8de68eCopy full SHA for a8de68e
protobuf_definitions/req_rep.proto
@@ -177,6 +177,7 @@ message SetPersistentStorageSettingsReq {
177
178
// Response after setting persistent storage settings.
179
message SetPersistentStorageSettingsRep {
180
+ bool success = 1; // If the persistent storage settings were set successfully.
181
}
182
183
// Request to get currently set persistent storage settings.
0 commit comments