From f17db579fe4c68f5cd1c5f5ca8014208fd8d71da Mon Sep 17 00:00:00 2001
From: Alex Vanin <alexey@nspcc.ru>
Date: Mon, 28 Dec 2020 15:33:29 +0300
Subject: [PATCH] Increase NeoFS epoch length

Since sidechain dump contains prepared network
map and non-zero epoch, it is possible to increase
epoch length. With longer epoch there are
possibilities to execute more audit and replication
tasks.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
---
 services/ir/.ir.env | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/ir/.ir.env b/services/ir/.ir.env
index 02911e9..0deabd8 100644
--- a/services/ir/.ir.env
+++ b/services/ir/.ir.env
@@ -5,8 +5,8 @@ NEOFS_IR_MAINNET_ENDPOINT_CLIENT=http://main_chain:30333
 NEOFS_IR_MAINNET_ENDPOINT_NOTIFICATION=ws://main_chain:30333/ws
 NEOFS_IR_MORPH_ENDPOINT_CLIENT=http://morph_chain:30333
 NEOFS_IR_MORPH_ENDPOINT_NOTIFICATION=ws://morph_chain:30333/ws
-NEOFS_IR_TIMERS_EPOCH=30s
-NEOFS_IR_TIMERS_EMIT=60s
+NEOFS_IR_TIMERS_EPOCH=5m
+NEOFS_IR_TIMERS_EMIT=5m
 NEOFS_IR_EMIT_STORAGE_AMOUNT=100000000
 NEOFS_IR_NETMAP_CLEANER_ENABLED=true