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

Commit a6dea121 authored by Philip Cuadra's avatar Philip Cuadra Committed by Android (Google) Code Review
Browse files

Merge "Increase the SoundPoolThread queue size to 128 entries." into nyc-dev

parents 70eff906 1f1f4bf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public:
    void write(SoundPoolMsg msg);

private:
    static const size_t maxMessages = 5;
    static const size_t maxMessages = 128;

    static int beginThread(void* arg);
    int run();