mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 06:50:20 -08:00
grid additions
This commit is contained in:
parent
3e4c32dd04
commit
0cc8aca4da
6 changed files with 55 additions and 41 deletions
|
|
@ -83,10 +83,10 @@ script."
|
|||
(apply #'make-hash-table :synchronized t args)
|
||||
#-(or sbcl ecl mezzano) (apply #'make-hash-table args))
|
||||
|
||||
(defvar *verbose-output* nil "Verbose server output (default false)")
|
||||
(defvar *browser-gc-on-ping* nil "Run a browser-gc on every ping")
|
||||
(defvar *break-on-error* t "Allow invoking debugger (default true)")
|
||||
(defvar *disable-clog-debugging* nil "When true turns off debug hooks")
|
||||
(defvar *verbose-output* nil "Verbose server output (default nil)")
|
||||
(defvar *browser-gc-on-ping* nil "Run a browser-gc on every ping (default nil)")
|
||||
(defvar *break-on-error* t "Allow invoking debugger (default t)")
|
||||
(defvar *disable-clog-debugging* nil "When true turns off debug hooks (default nil)")
|
||||
|
||||
(defvar *on-connect-handler* nil "New connection event handler.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue