Merge pull request #18853 from Chocobo1/exportTorrent

Work around Chrome download limit
This commit is contained in:
Chocobo1
2023-04-17 00:12:30 +08:00
committed by GitHub
3 changed files with 12 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
#include <QString>
#include <QtContainerFwd>
const int MAX_LOG_MESSAGES = 20000;
inline const int MAX_LOG_MESSAGES = 20000;
namespace Log
{