comparison ui/downloader.cpp @ 808:13cf42dbe9bd

Increase MAX SW size to 15mb
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 15 Jul 2014 16:30:24 +0200
parents cb044efdaf0d
children 4b702f6cf9b6
comparison
equal deleted inserted replaced
807:1e18d4c1932a 808:13cf42dbe9bd
23 #include <polarssl/entropy.h> 23 #include <polarssl/entropy.h>
24 #include <polarssl/ctr_drbg.h> 24 #include <polarssl/ctr_drbg.h>
25 #include <polarssl/error.h> 25 #include <polarssl/error.h>
26 #include <polarssl/certs.h> 26 #include <polarssl/certs.h>
27 27
28 #define MAX_SW_SIZE 10485760 28 #define MAX_SW_SIZE 15728640
29 #define MAX_LIST_SIZE 1048576 29 #define MAX_LIST_SIZE 1048576
30 30
31 31
32 Downloader::Downloader(QObject* parent, const QString& url, 32 Downloader::Downloader(QObject* parent, const QString& url,
33 const QByteArray& certificate, 33 const QByteArray& certificate,

http://wald.intevation.org/projects/trustbridge/