Browse Source

fix max store

Vyacheslav Shebanov 5 years ago
parent
commit
fccfbd64e9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/aoc.lisp

+ 2 - 1
plugins/aoc.lisp

@@ -66,7 +66,8 @@
                                (log:info (list "Completion state diff:" diff))
                                (bot-send-message (format-completion-state-change diff)
                                                  :parse-mode "markdown"))
-                     :key #'first))
+                     :key #'first
+                     :max-store 1000))
 
 (defun handle-set-cookie (cookie)
   (handler-case (progn