X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.h;h=0ab792132f3e9f13153ec68f84cdac0318f40af4;hp=f72a8391d48178c68f624684f640851a71728690;hb=c0aba6b60277e5329f40513c66725dd0c52ee1b4;hpb=6a835281b265df6a06b7f41109ad2d449899fed0 diff --git a/src/core/sqlitestorage.h b/src/core/sqlitestorage.h index f72a8391..0ab79213 100644 --- a/src/core/sqlitestorage.h +++ b/src/core/sqlitestorage.h @@ -175,7 +175,7 @@ public: bool prepareQuery(MigrationObject mo) override; - int stepSize() { return 50000; } + qint64 stepSize() { return 50000; } protected: bool transaction() override { return logDb().transaction(); }