Fork me on GitHub
#reitit
<
2024-05-02
>
namenu12:05:20

It's probably in the documentation, but I couldn't find it, so I'm leaving a question here. Will there be any performance issues if I enable validator in production as well?

namenu12:05:06

oops I mean reitit.ring.spec/validate

ikitommi12:05:30

Only if you create routers dynamically - the penalty is just in router creation (+ small hit in startup time)

namenu12:05:49

Thanks! I think I'll never want to create routers dynamically in any situation.