wcus_api_city_limit

Allows to change count of cities that will be loaded from API per one request while warehouse data updating.

Example of usage:

add_filter('wcus_api_city_limit', function ($limit) {
    // Default value of $limit is 2000
    
    return 500;
});

Default value is 2000