Skip to content

Commit

Permalink
fix: disable double start (#6141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Feb 6, 2024
1 parent 09787e0 commit 6d94036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/services/proxy-service.ts
Expand Up @@ -128,6 +128,7 @@ export class ProxyService {
storageProvider: new InMemStorageProvider(),
disableMetrics: true,
repository,
disableAutoStart: true,
});

client.on(UnleashEvents.Error, (error) => {
Expand Down

0 comments on commit 6d94036

Please sign in to comment.