Release redbean 2.0.19

This commit is contained in:
Justine Tunney 2022-09-17 02:18:19 -07:00
parent 775944a2d0
commit 3665232d66
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

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