X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=095e0fed90b70a3b8f3061244f39e9fef129dca8;hb=18c308a2857b86e882e2865c4a35319bdeb9d7eb;hp=0a07af94dd809b925f88f577a0ccafd3d3b4a8e1;hpb=e673fb0057265c0969a7632a057e41fa991bb8bd;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 0a07af94..095e0fed 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -190,7 +190,7 @@ private: QTimer _autoWhoTimer, _autoWhoCycleTimer; QTimer _tokenBucketTimer; - int _messagesPerSecond; // token refill speed + int _messageDelay; // token refill speed in ms int _burstSize; // size of the token bucket int _tokenBucket; // the virtual bucket that holds the tokens QList _msgQueue;