Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 7455f7e

Browse files
committed
Increase text quota
1 parent 403491d commit 7455f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/LicenseUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public static class FreeQuotas
146146
{
147147
public const int ServiceStackOperations = 10;
148148
public const int TypeFields = 20;
149-
public const int TextTypes = 20;
149+
public const int TextTypes = 80;
150150
public const int RedisTypes = 20;
151151
public const int RedisRequestPerHour = 6000;
152152
public const int OrmLiteTables = 10;

0 commit comments

Comments
 (0)