mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-16 21:53:45 +02:00
Add bigger bitmap cache
This commit is contained in:
parent
263312dc7b
commit
7bace85c15
1 changed files with 2 additions and 1 deletions
|
@ -182,5 +182,6 @@ func (c *Config) HandleDownload(w http.ResponseWriter, r *http.Request) {
|
|||
"networkautodetect:i:"+strconv.Itoa(c.NetworkAutoDetect)+"\r\n"+
|
||||
"bandwidthautodetect:i:"+strconv.Itoa(c.BandwidthAutoDetect)+"\r\n"+
|
||||
"connection type:i:"+strconv.Itoa(c.ConnectionType)+"\r\n"+
|
||||
"username:s:"+user+"\r\n"))
|
||||
"username:s:"+user+"\r\n"+
|
||||
"bitmapcachesize:i:32000\r\n"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue