yeller / clojure-miniprofiler

a simple but effective profiler for clojure web applications
Eclipse Public License 1.0
115 stars 9 forks source link

Added doc for store #3

Closed sveri closed 9 years ago

tcrayford commented 9 years ago

Thanks!

Fixed (with different wording/implementation, and a tweak to the code to actually make this argument be optional), and deployed to clojars as 0.3.0. As a note, I really don't suggest you def a global store here - it'll play funnily with reloading in dev mode/etc - use something like Component or at least just create the storage at server bootup time rather than passing it globally.

sveri commented 9 years ago

Hey,

Thank you very much, I basically just wanted to have it documented somewhere. I could not find it in the documentation nor in the source, but luckily in the example. Nice that you corrected it :-)