1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: disable double start (#6141)

This commit is contained in:
Mateusz Kwasniewski 2024-02-06 13:39:57 +01:00 committed by GitHub
parent 09787e0e54
commit 6d94036683
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,6 +128,7 @@ export class ProxyService {
storageProvider: new InMemStorageProvider(),
disableMetrics: true,
repository,
disableAutoStart: true,
});
client.on(UnleashEvents.Error, (error) => {