log frame times
This commit is contained in:
parent
41fb0927f1
commit
a2ae6d273e
5 changed files with 63 additions and 10 deletions
|
@ -3,8 +3,8 @@
|
|||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"TanksServer": "Debug",
|
||||
"Microsoft.AspNetCore.HttpLogging": "Information"
|
||||
"TanksServer": "Information",
|
||||
"TanksServer.GameLogic.UpdatesPerSecondCounter": "Debug"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"SmartBulletHomingSpeed": 1.5
|
||||
},
|
||||
"Host": {
|
||||
"EnableServicePointDisplay": true,
|
||||
"EnableServicePointDisplay": false,
|
||||
"ServicePointDisplayMinFrameTimeMs": 28,
|
||||
"ClientScreenMinFrameTime": 5
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue