We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac103e2 commit bb73e1fCopy full SHA for bb73e1f
api/src/unraid-api/graph/connect/connect.resolver.ts
@@ -70,6 +70,7 @@ export class ConnectResolver implements ConnectResolvers {
70
const currentSettings = await this.connectSettingsService.getCurrentSettings();
71
if (restartRequired) {
72
setTimeout(async () => {
73
+ this.logger.log('Restarting API');
74
await this.connectService.restartApi();
75
}, 3_000);
76
}
0 commit comments