Werk #15596: dcd: increase the max number of redirects to 1000
Component | REST API | ||||||
Title | dcd: increase the max number of redirects to 1000 | ||||||
Date | Apr 3, 2023 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
This werk introduces a fix to the dcd endpoints. Previously, the default max_redirects of 30 was being used and was often being exceeded, causing an exception. We now set it to 1000 to make sure that this doesn't happen.