* riece-foolproof.el (riece-foolproof-command-send-message-function):
[riece] / lisp / riece-options.el
index c8ee92b..c085fdf 100644 (file)
@@ -183,7 +183,7 @@ way is to put Riece variables on .emacs or file loaded from there."
   :type 'integer
   :group 'riece-server)
 
-(defcustom riece-send-delay 8
+(defcustom riece-send-delay 2
   "Duration of multiple send."
   :type 'integer
   :group 'riece-server)
@@ -289,6 +289,11 @@ way is to put Riece variables on .emacs or file loaded from there."
   :type 'integer
   :group 'riece-options)
 
+(defcustom riece-shrink-buffer-remove-lines 10
+  "Number of lines removed when shrinking channel buffers."
+  :type 'integer
+  :group 'riece-options)
+
 (defcustom riece-max-buffer-size 65535
   "Maximum size of channel buffers."
   :type '(radio (integer :tag "Number of characters")