aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-10 08:58:13 -0600
committerColin Okay <okay@toyful.space>2022-02-10 08:58:13 -0600
commit96992c16cb786dd2efaf92e4c1da014230aea627 (patch)
tree6c64fb6ff9e545fd0bb3119ed58cd3e1b260718a
parentdfff1a5ae35e93e68257eda54411ac89adebd77c (diff)
state table synchronized
-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