Config written for each iteration of a sold item #5


  • New
  • Defect
Open
  • _ForgeUser7923785 created this issue Dec 24, 2013

    If you sell in very large numbers it'll take some time as the data is saved out for each iteration, it may potentially effect buying too, but I didn't really notice the same thing for that. For ~1000 items it can take around 200-300MS to finish the command(this is on a SSD drive) and I see about a 3-6MB/s spike in file writes on the system, It could take considerably longer than that to complete the command on slow hard drives.

    If the data was only saved out at the end of the iteration it would be much faster, 1 file update instead of 1000 when you sell 1000 items.

  • _ForgeUser7923785 added the tags New Defect Dec 24, 2013

To post a comment, please login or register a new account.