Release redbean 2.0.16

This commit is contained in:
Justine Tunney 2022-08-05 15:05:57 -07:00
parent 84e89a55d4
commit 9d7514a906

View file

@ -149,7 +149,7 @@ STATIC_YOINK("ShowCrashReportsEarly");
#define REDBEAN "redbean"
#endif
#define VERSION 0x02000f
#define VERSION 0x020010
#define HASH_LOAD_FACTOR /* 1. / */ 4
#define MONITOR_MICROS 150000
#define READ(F, P, N) readv(F, &(struct iovec){P, N}, 1)