mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-17 10:42:19 -05:00
Update projects to .NET Core 3.0
Increase max sv_hostname length on master
This commit is contained in:
@ -23,7 +23,7 @@ class ServerSchema(Schema):
|
||||
)
|
||||
hostname = fields.String(
|
||||
required=True,
|
||||
validate=validate.Length(1, 64, 'invalid hostname')
|
||||
validate=validate.Length(1, 128, 'invalid hostname')
|
||||
)
|
||||
clientnum = fields.Int(
|
||||
required=True,
|
||||
|
Reference in New Issue
Block a user