updated release.txt, rxr optimization (no file buffering, write to every page at memory allocation, fix to fifo depth

This commit is contained in:
2020-03-10 10:59:30 +01:00
parent d112956f79
commit 93f8e8ecb3
6 changed files with 57 additions and 31 deletions

View File

@ -17,9 +17,6 @@
#define STATISTIC_FRAMENUMBER_INFINITE 20000
//binary
#define FILE_BUFFER_SIZE (16*1024*1024) //16mb
//fifo
#define FIFO_HEADER_NUMBYTES 8