Fix: CSV Header using regex
Boost regex run out of stack memory when analysing a too long header in CSV Reader box.
Solution to keep the code as it is: change build config of boost regex, to not be recursive and allow more memory usage.
GitLab upgrade completed. Current version is 17.10.3. We now benefit from the enhancements of 17.9 and 17.10 releases. Among other improvements, it is now possible to set the automatic deletion of continuous integration pipelines. You can help us reduce storage usage by setting an expiry date for your pipelines.
Boost regex run out of stack memory when analysing a too long header in CSV Reader box.
Solution to keep the code as it is: change build config of boost regex, to not be recursive and allow more memory usage.