Skip to content

Commit

Permalink
Set buffersize to 100MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin Bouzerda committed Aug 28, 2023
1 parent dba2e46 commit 3c6b917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ val WebSocketSession.player: Player
}

/** Websocket buffer size in bytes **/
const val BUFFER_SIZE = 1024 * 1024 // 1MB
const val BUFFER_SIZE = 1024 * 1024 * 100 // 100MB

const val DARK_THEME = Lumo.DARK

Expand Down

0 comments on commit 3c6b917

Please sign in to comment.