Skip to content

fixes ISSUE-54916: excessive default import.wait.time for Import Entry

Default imprt.wait.time reduced from 10 min to 1 min.

Additionally:

  • managerWaitTime is consistently internally stored in seconds (before it was seconds at the beginning and then transformed into millis). It is only converted to millis when it is going to be used.
  • Initial assignement is used as default value, before it just was overwritten so it had no effect.
  • Fixes initial log. Before it printed millis although the text stated seconds. Now it consistenly prints and reports seconds.

Merge request reports