startup remove delete

This commit is contained in:
Ben 2023-09-30 08:13:46 -04:00
parent abbdf65925
commit aa8261aa10

View File

@ -32,7 +32,7 @@ export class StratumV1Service implements OnModuleInit {
if (process.env.ENABLE_SOLO == 'true') {
//await this.clientStatisticsService.deleteAll();
await this.clientService.deleteAll();
// await this.clientService.deleteAll();
this.startSocketServer();
}
}