From 0c7b59ed47eaa2f786eedd584d9e4192964931f3 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 28 Aug 2025 10:15:04 +0200 Subject: removed: Allocate --- web/service/inbound.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/service') diff --git a/web/service/inbound.go b/web/service/inbound.go index 78abef73..0621cdea 100644 --- a/web/service/inbound.go +++ b/web/service/inbound.go @@ -403,7 +403,6 @@ func (s *InboundService) UpdateInbound(inbound *model.Inbound) (*model.Inbound, oldInbound.Settings = inbound.Settings oldInbound.StreamSettings = inbound.StreamSettings oldInbound.Sniffing = inbound.Sniffing - oldInbound.Allocate = inbound.Allocate if inbound.Listen == "" || inbound.Listen == "0.0.0.0" || inbound.Listen == "::" || inbound.Listen == "::0" { oldInbound.Tag = fmt.Sprintf("inbound-%v", inbound.Port) } else { @@ -2037,7 +2036,6 @@ func (s *InboundService) MigrationRequirements() { tx.Rollback() } }() - // Calculate and backfill all_time from up+down for inbounds and clients err = tx.Exec(` -- cgit v1.2.3