Skip to content

Commit

Permalink
close #194
Browse files Browse the repository at this point in the history
  • Loading branch information
scx567888 authored Mar 22, 2024
1 parent 21e1456 commit 3df41a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/cool/scx/live_room_watcher/util/Browser.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public Browser(Vertx vertx) {

private WebSocketClient initWebSocketClient(Vertx vertx) {
var options = new WebSocketClientOptions();
options.setMaxFrameSize(65536 * 10);
options.setMaxMessageSize(65536 * 40);
// options.setProxyOptions(
// new ProxyOptions()
// .setHost("127.0.0.1")
Expand Down

0 comments on commit 3df41a2

Please sign in to comment.