Increase *WINDOW-SIZE* from 4096 to 8192.

This improves speed on AIX by a factor of about 20.
This commit is contained in:
sperber 2003-03-19 13:02:44 +00:00
parent 33f1a2f063
commit 9194257f8e
1 changed files with 1 additions and 1 deletions

View File

@ -1173,7 +1173,7 @@
(log (syslog-level debug) "closing data connection (226)")
(register-reply! 226 "Closing data connection."))))
(define *window-size* 4096)
(define *window-size* 8192)
(define (ensure-data-connection)
(if (and (not (the-session-data-socket))