Bug 30897: Remove recursive parent identification loop
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 11 Apr 2024 08:33:28 +0000 (10:33 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 11 Apr 2024 14:53:43 +0000 (16:53 +0200)
commite4af79e5130cad5cb506a12f5a40558bd43a3bf5
treec01eb91527d1dbbaaf9910003db69fa7bb4d27db
parentdfd72b292939d41319c20768d124fb27ca86a672
Bug 30897: Remove recursive parent identification loop

We believe that plack will only spawn from one parent and children
cannot spawn further child processes.. as such we don't need to walk up
the tree.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Plugins.pm