Skip to content

Commit 72fc549

Browse files
authored
Merge pull request #432 from qw-ctf/chunks
DOWNLOAD: Align chunksperframe to server default.
2 parents a198385 + 2dd9dbc commit 72fc549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/example-configs/ktx/mvdsv.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sv_demoExtraNames 0 // show player names in demo filenames (
6565
sv_demotxt 2 // create demo .txt (0 = off, 1 = on, 2 = json)
6666
sv_demodir demos // demos directory name
6767
sv_maxdownloadrate 100000 // maximum download client rate
68-
sv_downloadchunksperframe 4 // increase chunked download speed rate (1=77kB/s, 4=308kB/s)
68+
sv_downloadchunksperframe 30 // increase chunked download speed rate (1=77kB/s, 4=308kB/s)
6969
sv_onrecordfinish mvdfinish // name.qws will be started after demo recording is finished
7070
sv_demoMaxDirSize 262144 // maximum demos dir size. 4096000=4GB
7171
sv_demoClearOld 10 // if total demos size > sv_demoMaxDirSize, this will delete x demos

0 commit comments

Comments
 (0)