16 lines
430 B
C#
16 lines
430 B
C#
namespace View_by_Distance.Shared.Models.Stateless;
|
|
|
|
public interface ISorting
|
|
{
|
|
|
|
const int DaysDeltaTolerance = 700;
|
|
const int FacesToSkipAfterSortBeforeLoad = 0;
|
|
const int FacesToTakeAfterSortBeforeLoad = 123000;
|
|
const int ForceSingleImage = 3;
|
|
const int Mapping = 1;
|
|
const int MaximumPerFaceShouldBeHigh = 1000;
|
|
const int MaximumPerKey = 27;
|
|
const int Sigma = 3;
|
|
const int Sorting = 2;
|
|
|
|
} |