Change config to refer to BCryptWorkFactor instead of WorkFactor.

Change default work factor to 7.
This commit is contained in:
Lucas Nicodemus 2015-04-13 11:33:04 -06:00
parent 08fae75c0c
commit e55c37728f
2 changed files with 5 additions and 5 deletions

View file

@ -399,7 +399,7 @@ namespace TShockAPI
public bool SaveWorldOnLastPlayerExit = true;
[Description("Determines the BCrypt work factor to use. If increased, all passwords will be upgraded to new work-factor on verify. Range: 5-31.")]
public int WorkFactor = 10;
public int BCryptWorkFactor = 7;
/// <summary>
/// Reads a configuration file from a given path