This commit is contained in:
2024-11-01 20:02:43 +07:00
parent ec77f07de1
commit db9f3213fd
5 changed files with 1039 additions and 975 deletions

View File

@@ -30,7 +30,7 @@ export class PrismaService extends PrismaClient implements OnModuleInit {
level: 'warn',
},
],
errorFormat: 'pretty',
errorFormat: 'colorless',
transactionOptions: {
maxWait: 30 * 1000,
timeout: 60 * 1000,