log frame times

This commit is contained in:
Vinzenz Schroeter 2024-04-30 10:38:09 +02:00 committed by RobbersDaughter
parent 41fb0927f1
commit a2ae6d273e
5 changed files with 63 additions and 10 deletions

View file

@ -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
}