diff docs/sample.gftp/gftprc @ 222:007145d7d975

2003-7-11 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_calc_kbs) - only call gettimeofday() at the end only if we are throttling this connection * lib/cache.c lib/options.h docs/sample.gftp/gftprc - added cache_ttl option to determine the amount of time that cache entries will stay around * docs/gftp.xml docs/legal.xml docs/figures/* - documentation from Alexander Kirillov <kirillov@math.sunysb.edu> * docs/website - files for generating my main website. They aren't pretty, but hey it works. I'm mainly putting these in CVS just for backup purposes.
author masneyb
date Sun, 13 Jul 2003 12:38:35 +0000
parents b9584a877daf
children f2bf216a8091
line wrap: on
line diff
--- a/docs/sample.gftp/gftprc	Fri Jul 11 20:35:58 2003 +0000
+++ b/docs/sample.gftp/gftprc	Sun Jul 13 12:38:35 2003 +0000
@@ -20,6 +20,9 @@
 # messages to the current locale
 remote_charsets=
 
+# The number of seconds to keep cache entries before they expire.
+cache_ttl=3600
+
 # Append new file transfers onto existing ones
 append_transfers=1