Skip to content

Commit

Permalink
Tweak: more rps (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior authored Oct 14, 2023
1 parent 572b758 commit 4f794e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/text_to_speech/code/tts_subsystem.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SUBSYSTEM_DEF(tts220)

var/list/tts_requests_queue = list()
var/tts_requests_queue_limit = 100
var/tts_rps_limit = 5
var/tts_rps_limit = 11

var/list/tts_queue = list()
var/list/tts_effects_queue = list()
Expand Down

0 comments on commit 4f794e2

Please sign in to comment.