Files
UnrealEngineUWP/Engine/Source/Programs/ReplayServer/ReplayServer.Properties
John Pollard d6ae101f88 #replayserver: Change viewer timeout to 3 minutes
[CL 2582020 by John Pollard in Main branch]
2015-06-09 18:26:02 -04:00

31 lines
712 B
Plaintext

#ReplayServer properties
#General properties
quickTaskFrequencyInSeconds=10
longTaskFrequencyInHours=1
httpPort=80
enableBuiltInWebServer=1
#MongoDB properties
mongoDB_Host=localhost
mongoDB_Port=27017
mongoDB_DBName=replayDB
mongoDB_GridFSBucket=replayFS
mongoDB_ReplayCollection=replayCollection
mongoDB_ViewerCollection=viewerCollection
mongoDB_EventCollection=eventCollection
mongoDB_RecentCollection=recentCollection
mongoDB_LogCollection=logCollection
mongoDB_cleanupStaleLiveSessions_MaxMinutes=1
mongoDB_cleanupOldSessions_MaxDays=30
mongoDB_cleanupStaleViewers_MaxMinutes=3
mongoDB_cleanupLogs_MaxDays=14
mongoDB_cleanupLogs_MaxFinestDays=3
mongoDB_ResetIndexes=0
mongoDB_ConvertReplaysToLower=0