-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Touch-reload file
A touch-reload file can be used to signal when the code
needs to be reloaded:
config :plux, Plux.CodeReloader,
touch_reload_path: /tmp/touch-reload
If the touch-reload file exists, per-request code reloads will
be skipped if the touch-reload file was not modified since the
last code reload.
If the touch-reload file does not exist, code will be reloaded
on every request.
Metadata
Metadata
Assignees
Labels
No labels