aboutsummaryrefslogtreecommitdiff
path: root/lazybones.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lazybones.lisp')
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.lisp b/lazybones.lisp
index 40eb2f7..aab1217 100644
--- a/lazybones.lisp
+++ b/lazybones.lisp
@@ -62,7 +62,7 @@
value of NIL means that there is no default authorizer.")
(state-table
:accessor app-state-table
- :initform (make-hash-table :test 'equal)
+ :initform (make-hash-table :test 'equal :synchronized t)
:documentation "A hash table with EQUAL comparing keys. Used for storing arbitrary application state.")
(default-content-type
:accessor default-content-type