tgstation-server 6.19.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
Costs.cs
Go to the documentation of this file.
2{
6 static class Costs
7 {
11 public const int NonIndexedQueryable = 100;
12 }
13}
Values used with HotChocolate.CostAnalysis.Types.CostAttribute for when the default is insufficient.
Definition Costs.cs:7
const int NonIndexedQueryable
Cost for non-ById global::System.Linq.IQueryable<T> queries.
Definition Costs.cs:11