From c77a360b4b04a0815c8aa817d40f86e65aa40905 Mon Sep 17 00:00:00 2001 From: http Date: Tue, 18 Apr 2017 12:43:10 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F=20dhcp=20=D0=B0=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=BD=D1=8B=20ip=20=D0=B4=D0=BE=204=D1=85=20=D1=87?= =?UTF-8?q?=D0=B0=D1=81=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abonapp/models.py b/abonapp/models.py index c50a3b8..eb8ea64 100644 --- a/abonapp/models.py +++ b/abonapp/models.py @@ -420,7 +420,7 @@ class AbonRawPassword(models.Model): def abon_post_save(sender, instance, **kwargs): timeout = None if hasattr(instance, 'is_dhcp') and instance.is_dhcp: - timeout = 3600 + timeout = 14400 agent_abon = instance.build_agent_struct() if agent_abon is None: return True