Release redbean v2.2

This commit is contained in:
Justine Tunney 2022-11-02 09:52:54 -07:00
parent 6b06a8176d
commit 5e60e5ad10
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

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