aio: decrease context table

This commit is contained in:
Thomas Schoebel-Theuer 2017-01-18 07:45:24 +01:00
parent 1b46726241
commit 1f11a21f53
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
#include "mars_aio.h"
#define MARS_MAX_AIO 1024
#define MARS_MAX_AIO 512
#define MARS_MAX_AIO_READ 32
static struct timing_stats timings[3] = {};