Can't get oil refinery rate to work correctly
Hello,

I try'd to change the rate of the small oil refinery but it keeps going from 6 to 12 to 18 and so on x6 and i have set it to 100x it doesn't change the rate, can someone help? 

Cheets
Make sure you are using ENTITY short (prefab) name, not ITEM shortname.
small_refinery_static
refinery_small_deployed
refinery_large_deployed

Try these
Still the same, this is my config maybe i did something wrong?

{
  "Use Permission": false,
  "Speed Multipliers": {
    "global": 1,
	"furnace": 2,
	"furnace.large.": 4,
	"refinery_small_deployed": 2,
	"small_refinery_static": 2
  },
  "Fuel Usage Speed Multipliers": {
    "global":1,
    "furnace":1,
	"furnace.large.": 2,
	"refinery_small_deployed": 2,
	"small_refinery_static": 2
  },
  "Fuel Usage Multipliers": {
    "global":1,
    "furnace":2,
	"furnace.large.": 4,
	"refinery_small_deployed": 2,
	"small_refinery_static": 2
  },
  "Output Multipliers": {
    "global": {
      "global": 2.0
    },
    "furnace.shortname": {
      "item.shortname": 1.0
    }
  },
  "Whitelist": {
    "global": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Blacklist": {
    "global": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 1,
    "furnace": 1,
	"furnace.large.": 4,
	"refinery_small_deployed": 2,
	"small_refinery_static": 2
  },
  "Debug": false
}
Do not change smelting frequency
still the same problem :(
What does it say when you:
Turn off the plugin
Save current configuration again
Turn on the plugin
Nothing it unload the plugin and reload again and thats it.

Merged post

Still didn't get it work :( i try'd few things but still didn't work.