The int parameters (request timeout and rate limit) should be stored as strings since any changes via the console UI will save them as strings. This is backwards compatible with the previous release so in case someone has already configured MF in the previous release, this will continue to work.
Also the rate limit cannot be initialised at the start because we won't have read the settings file yet at this point.
The int parameters (request timeout and rate limit) should be stored as strings since any changes via the console UI will save them as strings. This is backwards compatible with the previous release so in case someone has already configured MF in the previous release, this will continue to work.
Also the rate limit cannot be initialised at the start because we won't have read the settings file yet at this point.