It's important to note that Match Thresholds do not stack on top of one another - each Threshold Period is an offset from the start point in time of the Matchmaking process. Often the reason Thresholds change when saved is because some of the Threshold Periods are the same, rather than incrementally increasing each time. Defining Thresholds with the same time offset will result in the last/bottom threshold being discarded when saving. For example:
- 5 sec - Relative - Min 0, Max 0
- 5 sec - Relative - Min 1, Max 1
- 10 sec - Absolute - Min 0, Max 10000
....would set the Matchmaking process to 10 seconds total.
If you want the Matchmaking process to run, for example, for 20 seconds total, the Matchmaking Thresholds would appear as follows:
- 5 sec - Relative - Min 0, Max 0
- 10 sec - Relative - Min 1, Max 1
- 20 sec - Absolute - Min 0, Max 10000