Bugzilla – Attachment 141597 Details for
Bug 31729
Enable automatic filesystem refresh in Plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31729: Enable automatic filesystem refresh in Plack (2)
Bug-31729-Enable-automatic-filesystem-refresh-in-P.patch (text/plain), 819 bytes, created by
Martin Renvoize (ashimema)
on 2022-10-11 07:29:46 UTC
(
hide
)
Description:
Bug 31729: Enable automatic filesystem refresh in Plack (2)
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-11 07:29:46 UTC
Size:
819 bytes
patch
obsolete
>From 8b0b166ab8499457007c82ffb02517908cd28379 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Tue, 11 Oct 2022 05:44:45 +1300 >Subject: [PATCH] Bug 31729: Enable automatic filesystem refresh in Plack (2) > >updating mojo psgi file too, (not sure how to test patch) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > app.psgi | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/app.psgi b/app.psgi >index 0824a3ebc6..7c6b3f6232 100644 >--- a/app.psgi >+++ b/app.psgi >@@ -57,6 +57,9 @@ builder { > enable '+Koha::Middleware::SetEnv'; > enable '+Koha::Middleware::RealIP'; > >+ # bz 31729, enable filesystem reload for dev plack >+ enable "Refresh", cooldown => 3 if ($ENV{DEV_INSTALL} ; >+ > sub { > my $env = shift; > $env->{'koha.app'}->($env); >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31729
:
141577
|
141578
|
141596
|
141597
|
141598
|
141714
|
141715
|
141716
|
142043
|
142044
|
142050
|
148600
|
148602
|
148603
|
148606
|
148612
|
148613
|
148720
|
154542
|
154601
|
154605
|
154676
|
154677