slsReceiver: fix to default number of frames per file, also set to 10k

This commit is contained in:
2018-05-28 11:18:13 +02:00
parent 4765849613
commit 5be2979fff
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ typedef int int32_t;
#define MAX_FRAMES_PER_FILE 20000
#define SHORT_MAX_FRAMES_PER_FILE 100000
#define MOENCH_MAX_FRAMES_PER_FILE 1000
#define EIGER_MAX_FRAMES_PER_FILE 2000
#define EIGER_MAX_FRAMES_PER_FILE 10000
#define JFRAU_MAX_FRAMES_PER_FILE 10000
#define JFCTB_MAX_FRAMES_PER_FILE 100000