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:
parent
09787e0e54
commit
6d94036683
@ -128,6 +128,7 @@ export class ProxyService {
|
||||
storageProvider: new InMemStorageProvider(),
|
||||
disableMetrics: true,
|
||||
repository,
|
||||
disableAutoStart: true,
|
||||
});
|
||||
|
||||
client.on(UnleashEvents.Error, (error) => {
|
||||
|
Loading…
Reference in New Issue
Block a user