Changed max read buffer from 2500 to 2048
This commit is contained in:
parent
5076864bc2
commit
58b8891d41
@ -6,7 +6,7 @@
|
|||||||
#include "definition.h"
|
#include "definition.h"
|
||||||
#include "Dictionary.h"
|
#include "Dictionary.h"
|
||||||
//#define DEBUG_FTPS
|
//#define DEBUG_FTPS
|
||||||
#define READ_BUFFER_SIZE 2500 //2500 is max to read sd card, more will crash
|
#define READ_BUFFER_SIZE 2048 //2048 is max to read sd card, more will crash
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class FTPServer : public TCPServer<T>
|
class FTPServer : public TCPServer<T>
|
||||||
|
Loading…
Reference in New Issue
Block a user