Skip to content

Commit 0b11afd

Browse files
authored
Update FPS limit in mtaserver.conf.template (PR #2988)
Addendum for commit db51fa9
1 parent 39f0394 commit 0b11afd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Server/mods/deathmatch/mtaserver.conf.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ R"=====(
192192
<filter_duplicate_log_lines>1</filter_duplicate_log_lines>
193193

194194
<!-- Specifies the frame rate limit that will be applied to connecting clients.
195-
Available range: 25 to 32767. Default: 36. You can also use 0 for uncapped fps. -->
196-
<fpslimit>36</fpslimit>
195+
Available range: 25 to 32767. Default: 60. You can also use 0 for uncapped fps. -->
196+
<fpslimit>60</fpslimit>
197197

198198
<!-- This parameter specifies whether or not to enable player voice chat in-game
199199
Values: 0 - disabled , 1 - enabled -->
@@ -265,4 +265,4 @@ R"=====(
265265
Values: 0 - Off, 1 - Enabled. Default - 1 -->
266266
<database_credentials_protection>1</database_credentials_protection>
267267
</config>
268-
)====="
268+
)====="

0 commit comments

Comments
 (0)