From 7f018e8f655c3e877b54b7df66fc34ff92ad762b Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 26 May 2006 23:25:38 +0000 Subject: [PATCH] Include example of custom YieldInterval setting for higher throughput (file transfer performance) from GSZ and DSZ. --- exec/sbbsexec.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exec/sbbsexec.ini b/exec/sbbsexec.ini index b1ecd4b820..71cca33aa9 100644 --- a/exec/sbbsexec.ini +++ b/exec/sbbsexec.ini @@ -31,6 +31,10 @@ Debug=false ; Set to '0' to disable yielding. YieldInterval=1.0 +; Example of custom YieldInterval setting for DSZ and GSZ: +[dsz|gsz] +YieldInterval=3 + ; The following section pertains to UART (COM port) virtualization only: [UART] ; Set to false to disable UART virtualization: -- GitLab