浏览代码

Allow more in-proxy pending answers

Rod Hynes 4 月之前
父节点
当前提交
0f4166ea7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      psiphon/common/inproxy/matcher.go

+ 1 - 1
psiphon/common/inproxy/matcher.go

@@ -39,7 +39,7 @@ const (
 	matcherAnnouncementQueueMaxSize = 5000000
 	matcherOfferQueueMaxSize        = 5000000
 	matcherPendingAnswersTTL        = 30 * time.Second
-	matcherPendingAnswersMaxSize    = 100000
+	matcherPendingAnswersMaxSize    = 5000000
 	matcherMaxPreferredNATProbe     = 100
 	matcherMaxProbe                 = 1000