1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 03:30:05 +00:00

feat(sasjs-config): add optional attribute requestHistoryLimit

This commit is contained in:
2022-02-17 23:39:55 +05:00
parent 9728ebd98d
commit fe3f6d6287
3 changed files with 11 additions and 3 deletions

View File

@@ -69,6 +69,10 @@ export class SASjsConfig {
* Supported login mechanisms are - Redirected and Default
*/
loginMechanism: LoginMechanism = LoginMechanism.Default
/**
* Optional settings to configure limit for requests history
*/
requestHistoryLimit?: number = 10
}
export enum LoginMechanism {