From a465269e43cd1785a4dd1ca4b39338745a6fffd0 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 28 May 2024 17:01:31 +0200 Subject: [PATCH] update io-engine Signed-off-by: Toshaan Bharvani --- SPECS/icinga2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SPECS/icinga2.spec b/SPECS/icinga2.spec index 8a5c545..9f59369 100644 --- a/SPECS/icinga2.spec +++ b/SPECS/icinga2.spec @@ -132,6 +132,7 @@ Provides Nano syntax highlighting for icinga2. %prep %setup -q -n %{name}-%{version} +sed 's/return\ 256\ \*\ 1024\;/return 512 * 4096\;/g' -i lib/base/io-engine.hpp %build