summaryrefslogtreecommitdiffstats
path: root/storageapi/src/vespa/storageapi/mbusprot/storagecommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'storageapi/src/vespa/storageapi/mbusprot/storagecommand.h')
-rw-r--r--storageapi/src/vespa/storageapi/mbusprot/storagecommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageapi/src/vespa/storageapi/mbusprot/storagecommand.h b/storageapi/src/vespa/storageapi/mbusprot/storagecommand.h
index 697e7d6b461..26c9ef00752 100644
--- a/storageapi/src/vespa/storageapi/mbusprot/storagecommand.h
+++ b/storageapi/src/vespa/storageapi/mbusprot/storagecommand.h
@@ -21,7 +21,7 @@ public:
api::StorageMessage::SP getInternalMessage() override { return _cmd; }
api::StorageMessage::CSP getInternalMessage() const override { return _cmd; }
- bool hasBucketSequence() const override { return true; }
+ bool hasBucketSequence() const override { return false; }
uint8_t priority() const override {
return ((getInternalMessage()->getPriority()) / 255) * 16;