Outpost vending machine not changing
After I installed the StackSizeController plugin I edited the config file and changed Food and Resources from 0 to 2, thinking that x2.

{
  "Settings": {
    "CategoryDefaultStack": {
      "Ammunition": 0,
      "Attire": 0,
      "Common": 0,
      "Component": 0,
      "Construction": 0,
      "Food": 2,
      "Items": 0,
      "Medical": 0,
      "Misc": 0,
      "Resources": 2,
      "Tools": 0,
      "Traps": 0,
      "Weapon": 0
    },
    "DefaultStack": 0,
    "StackHealthItems": true
  }
}​

Ever since I changed that the Vending Machines at the Outpost only sell 2 of each resources. The price is still the same. For example 5 Scrap for 2 Low Grade. I have since then change the config file back to 0 which i believe is the default but the vending machines didn't change.

How can I fix this?
In response to RUSTRICIAN ():
After I installed the StackSizeController plugin I edited the config file and changed Food and Resou...
StackSizeController only sets the  default  for items, what settings do you have in the Data config. it doesnt alter settings in other plugins,
In response to pookins ():
StackSizeController only sets the  default  for items, what settings do you have in the Data config....
The resources in Data are individually set to 2000. I didn't think the Vending Machines at the Outpost should be affected but it did. And it did to the exact amount (2) which is what I had set the config file to. All the resources in the Vending Machines are set to 2 for the original Vanilla price of Scrap.
In response to RUSTRICIAN ():
The resources in Data are individually set to 2000. I didn't think the Vending Machines at the Outpo...
In response to pookins ():
why dont you use  https://umod.org/plugins/vending-manager  ?
Because I want it to go back to default Vanilla like it should be without using any plugins. Besides I believe the plugin you recommeded I don't believe it works on NPC Vending machines, unless I am wrong.