Update appspace

This commit is contained in:
ThatTonybo
2025-08-12 01:10:23 +10:00
parent c2a7e0c327
commit d3bdd7f170
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -27,7 +27,7 @@ export default class IPC extends EventEmitter {
this.name = name;
this.ready = false;
this.ipc = IPCModule;
this.ipc.config.appspace = 'hop.';
this.ipc.config.appspace = 'pygmy.';
this.ipc.config.id = name;
this.ipc.config.retry = 2500;
this.ipc.config.maxRetries = 5;