Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2361fe66 authored by Steve Kondik's avatar Steve Kondik
Browse files

Raise UNCOMPRESS_DATA_MAX.

parent 3af104c0
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -63,11 +63,7 @@ public:


    enum {
    enum {
        /* data larger than this does not get uncompressed into a buffer */
        /* data larger than this does not get uncompressed into a buffer */
#ifdef HAVE_ANDROID_OS
        UNCOMPRESS_DATA_MAX = 3 * 1024 * 1024
        UNCOMPRESS_DATA_MAX = 1 * 1024 * 1024
#else
        UNCOMPRESS_DATA_MAX = 2 * 1024 * 1024
#endif
    };
    };


    /*
    /*