Spaces:
Sleeping
Sleeping
anoderb commited on
Commit ·
8f4ca64
1
Parent(s): 48013ee
fix: increase Prisma interactive transaction timeout to 30000ms
Browse files
src/services/transaksi.service.ts
CHANGED
|
@@ -227,6 +227,8 @@ export class TransaksiService {
|
|
| 227 |
}
|
| 228 |
|
| 229 |
return txRecord;
|
|
|
|
|
|
|
| 230 |
});
|
| 231 |
|
| 232 |
// 10. Audit Log
|
|
|
|
| 227 |
}
|
| 228 |
|
| 229 |
return txRecord;
|
| 230 |
+
}, {
|
| 231 |
+
timeout: 30000
|
| 232 |
});
|
| 233 |
|
| 234 |
// 10. Audit Log
|