https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31729 --- Comment #46 from David Cook <dcook@prosentient.com.au> --- (In reply to Jonathan Druart from comment #45)
I think we should: 1. test DEV_INSTALL instead of KOHA_INSTANCE, and watch KOHA_HOME instead of /kohadevbox/koha 2. Rename hot_reload with watch (what we use to rebuild JS: `yarn js:watch`) 3. There is a tab character l.457 >-----hot-reload)
Sounds good to me.
Then, a question: 4. We are moving from starman to plackup. What do we lose/gain? I know I was using plackup before the move to kohadevbox.
Good point. We should double-check that --max-requests and --workers flow through as expected. I was playing around with plackup and Starman on a different project the other day, and there can be subtle differences with options that don't show obvious warnings/errors. Worth taking another look at that.
And, linking to a 2016 related discussion: 5. Found that from a random guy: https://lists.koha-community.org/pipermail/koha-devel/2016-September/043026. html
Also interesting. Personally, I'm not even interested in an automatic filesystem refresh for Plack, so I'm not sure why I'm even still involved in this one. I think I originally just commented so that we didn't go down certain problematic paths 😅 -- You are receiving this mail because: You are watching all bug changes.