🐛 fix: reconcile resource changes

This commit is contained in:
2026-08-13 02:19:14 +07:00
parent 83e52af412
commit 61fa325b2a
2 changed files with 5 additions and 2 deletions
@@ -85,7 +85,8 @@ export class ServerController extends BaseController {
oldServer.type !== newServer.type ||
oldServer.listen_port !== newServer.listen_port ||
oldServer.description !== newServer.description ||
oldServer.service_type !== newServer.service_type;
oldServer.service_type !== newServer.service_type ||
oldServer.memory !== newServer.memory;
if (basicPropsChanged) return true;