@@ -4,7 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#define QUEUE_SIZE 2000
#define QUEUE_SIZE 5000
#define ERROR(condition, msg, ...) if(condition){fprintf(stderr, msg, ##__VA_ARGS__); exit(1);}
The note is not visible to the blocked user.