Skip to content

Commit 2a4f3f3

Browse files
committed
change server limit on auth check
1 parent 91d8d9c commit 2a4f3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gatherer/battlefield_grpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub async fn check_session(
6060
],
6161
query_name: None,
6262
}),
63-
limit: 100,
63+
limit: 10,
6464
},
6565
)
6666
.await?;

0 commit comments

Comments
 (0)