[PATCH 2 of 4] Increase MAX SW size to 15mb

Wald Commits scm-commit at wald.intevation.org
Tue Jul 15 16:37:32 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1405434624 -7200
# Node ID 13cf42dbe9bd7647088fd9470d85a236d47eb774
# Parent  1e18d4c1932a05bcf22708380a621ff19a379463
Increase MAX SW size to 15mb

diff -r 1e18d4c1932a -r 13cf42dbe9bd ui/downloader.cpp
--- a/ui/downloader.cpp	Tue Jul 15 16:30:09 2014 +0200
+++ b/ui/downloader.cpp	Tue Jul 15 16:30:24 2014 +0200
@@ -25,7 +25,7 @@
 #include <polarssl/error.h>
 #include <polarssl/certs.h>
 
-#define MAX_SW_SIZE 10485760
+#define MAX_SW_SIZE 15728640
 #define MAX_LIST_SIZE 1048576
 
 


More information about the Trustbridge-commits mailing list