Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
add a registry variable for windows
Browse files Browse the repository at this point in the history
Laurent
  • Loading branch information
vatton committed Nov 30, 2011
1 parent 3cc595a commit 337ad02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions amaya/query.c
Expand Up @@ -2593,6 +2593,9 @@ void QueryInit ()
bufSize = bufSize * 1024;
HTSetSocketBufSize (bufSize);
}
else {
HTUnSetSocketBufSize ();
}
#endif /* SSL */
#endif /* LC */
}
Expand Down
1 change: 1 addition & 0 deletions config/win-thot.rc
Expand Up @@ -27,3 +27,4 @@ ISO_DATE=Yes
DOCUMENT_CHARSET=iso-8859-1
SHOW_SPECIAL_CHARS=yes
FONT_ALIASING=yes
BUF_SIZE_SOCKET=130

0 comments on commit 337ad02

Please sign in to comment.