Geode-solutions / OpenGeode

Open source framework for representing and manipulating geometric models
https://geode-solutions.com/opengeode
MIT License
156 stars 13 forks source link

feat(ProgressLogger): allow to change the refresh interval #1006

Closed yo35 closed 3 months ago

yo35 commented 3 months ago

The default 1 sec interval may result in verbose logs in case of long jobs.

BotellaA commented 3 months ago

Adding an argument to the constructor is breaking the API. See #1011 for another proposition