mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-28 14:56:36 +00:00
Add bigger bitmap cache
This commit is contained in:
@@ -182,5 +182,6 @@ func (c *Config) HandleDownload(w http.ResponseWriter, r *http.Request) {
|
|||||||
"networkautodetect:i:"+strconv.Itoa(c.NetworkAutoDetect)+"\r\n"+
|
"networkautodetect:i:"+strconv.Itoa(c.NetworkAutoDetect)+"\r\n"+
|
||||||
"bandwidthautodetect:i:"+strconv.Itoa(c.BandwidthAutoDetect)+"\r\n"+
|
"bandwidthautodetect:i:"+strconv.Itoa(c.BandwidthAutoDetect)+"\r\n"+
|
||||||
"connection type:i:"+strconv.Itoa(c.ConnectionType)+"\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"))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user