Skip to content

Commit

Permalink
EW-1019: Fix WITH variables for old TSP Sync and increase default use…
Browse files Browse the repository at this point in the history
…r migration limit. (#1075)

* Remove " from WITH config.

* Increase migration limit.
  • Loading branch information
mkreuzkam-cap authored Jan 7, 2025
1 parent 8c9f763 commit 5935bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/instance_config_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TSP_SYNC_DATA_DAYS_TO_FETCH: "1"
TSP_API_CLIENT_BASE_URL: ""
TSP_API_CLIENT_TOKEN_LIFETIME_MS: "30000"
FEATURE_TSP_MIGRATION_ENABLED: "false"
TSP_SYNC_MIGRATION_LIMIT: "50"
TSP_SYNC_MIGRATION_LIMIT: "500"

ERWINIDM_PORT: 8089
ERWINIDM_PREFIX: idm.
Expand Down
4 changes: 2 additions & 2 deletions ansible/host_vars/thr_host/with.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
WITH_TSP_SYNC: "true"
WITH_TSP: "false"
WITH_TSP_SYNC: true
WITH_TSP: false

0 comments on commit 5935bfc

Please sign in to comment.