| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| warn | error | false | Model action files |
timeoutMS valuems has no effect on transactional model actions above 5000ms.
Examples
- Incorrect
- Correct
api/models/widget/actions/create.ts
Disallow timeoutMS above 5000ms on model actions without explicitly setting transactional: false.
| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| warn | error | false | Model action files |
timeoutMS valuems has no effect on transactional model actions above 5000ms.