1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 04:00: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

@@ -1034,7 +1034,8 @@ export default class SASjs {
: RequestClient
this.requestClient = new RequestClientClass(
this.sasjsConfig.serverUrl,
this.sasjsConfig.httpsAgentOptions
this.sasjsConfig.httpsAgentOptions,
this.sasjsConfig.requestHistoryLimit
)
} else {
this.requestClient.setConfig(