diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-08 02:13:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-08 02:13:00 +0200 |
commit | c71a676edf4ccc583652e1f31c571f3cd898d60e (patch) | |
tree | 18c43cd7fa018e9426d14dde3fa18530ca3c6e14 /src/main.cpp | |
parent | 91db117734301a24e47ea784a677ec1b3df44465 (diff) |
Fix youtube for schizo proxy users
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index b09cf14..3d675bc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,7 +4,7 @@ int main(int argc, char **argv) { setlocale(LC_ALL, "C"); // Sigh... stupid C - // mallopt(M_MMAP_THRESHOLD, 65536); + mallopt(M_MMAP_THRESHOLD, 65536); QuickMedia::Program program; return program.run(argc, argv); } |