Unclear how to configure some parts of migrator via console

is there a way to set these parameters before starting the migrator with

 Import::OTRS.start

in otrs.rb

  thread_count = args[:threads] || 8
  limit        = args[:limit]   || 20

I have tried multiple things but without success here.

and in requester.rb’s params?

  open_timeout:  10,
  read_timeout:  120,
  total_timeout: 360,

any chance here to pass the parameters from the zammad console?

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.