mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 16:21:11 +08:00
fix buffer
This commit is contained in:
parent
50fee8eb5a
commit
23fdd46b91
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
var BufferSize int
|
||||
var BufferSize int = 32 * 1024 // 32KB
|
||||
|
||||
var (
|
||||
cclient *http.Client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue