diff --git a/src/util/externalcommandhelper.h b/src/util/externalcommandhelper.h index de10de7..bb1995f 100644 --- a/src/util/externalcommandhelper.h +++ b/src/util/externalcommandhelper.h @@ -21,7 +21,7 @@ #include class QDBusServiceWatcher; -constexpr qint64 MiB = 1 << 30; +constexpr qint64 MiB = 1 << 20; class ExternalCommandHelper : public QObject, public QDBusContext {