X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=d7ebd449d1ffe9858c176737b60dc3c790c1bb57;hb=c1104716b8383d737235b72ace516e7267dfb6aa;hp=dbb8a5e2244258854f1102fa6d4128e705fbd3e9;hpb=50b6749c57fab7941f513087d4209d676ae0f6bf;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index dbb8a5e2..d7ebd449 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -194,7 +194,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;