Commit eb25168cfdb87933bc53f51667c74e3fd9026e09

Thomas de Grivel 2018-06-26T13:45:46

increase buffer size to 1M

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/thot b/thot
index 5dd8b67..e71553a 100755
--- a/thot
+++ b/thot
@@ -3,6 +3,8 @@
 (load "../../fare/asdf/build/asdf")
 (load "../../thodg/repo/repo")
 (repo:boot)
+(asdf:load-system :cl-stream)
+(setf cl-stream:*stream-default-buffer-size* (* 1024 1024))
 (asdf:load-system :thot)
 (setf thot:*disable-threads* t)
 (thot:configure-threads)