[Scummvm-git-logs] scummvm master -> 40c93bde64ac05e5c3d06f936ccf55f15cb54e88

sev- noreply at scummvm.org
Sun Jan 8 15:34:01 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
40c93bde64 BACKENDS: NETWORKING: Slightly speed up downloads


Commit: 40c93bde64ac05e5c3d06f936ccf55f15cb54e88
    https://github.com/scummvm/scummvm/commit/40c93bde64ac05e5c3d06f936ccf55f15cb54e88
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-01-08T16:32:25+01:00

Commit Message:
BACKENDS: NETWORKING: Slightly speed up downloads

Changed paths:
    backends/networking/curl/connectionmanager.h


diff --git a/backends/networking/curl/connectionmanager.h b/backends/networking/curl/connectionmanager.h
index 8750ccdd230..47f5703eb1d 100644
--- a/backends/networking/curl/connectionmanager.h
+++ b/backends/networking/curl/connectionmanager.h
@@ -37,7 +37,7 @@ namespace Networking {
 class NetworkReadStream;
 
 class ConnectionManager : public Common::Singleton<ConnectionManager> {
-	static const uint32 FRAMES_PER_SECOND = 25;
+	static const uint32 FRAMES_PER_SECOND = 100;
 	static const uint32 TIMER_INTERVAL = 1000000 / FRAMES_PER_SECOND;
 	static const uint32 CLOUD_PERIOD = 1; //every frame
 	static const uint32 CURL_PERIOD = 1; //every frame




More information about the Scummvm-git-logs mailing list