diff options
Diffstat (limited to 'src/common/TrackedOp.h')
-rw-r--r-- | src/common/TrackedOp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/TrackedOp.h b/src/common/TrackedOp.h index 9e00c14b178..44e03905759 100644 --- a/src/common/TrackedOp.h +++ b/src/common/TrackedOp.h @@ -136,7 +136,7 @@ protected: string current; /// the current state the event is in uint64_t seq; /// a unique value set by the OpTracker - uint8_t warn_interval_multiplier; // limits output of a given op warning + uint32_t warn_interval_multiplier; // limits output of a given op warning TrackedOp(Message *req, OpTracker *_tracker) : xitem(this), |