From: Scott Worley Date: Tue, 10 Oct 2023 09:27:57 +0000 (-0700) Subject: client: Change wire format!: Expand `ago` field: 16 bits → 32 bits X-Git-Tag: v0.1.0~23 X-Git-Url: http://git.scottworley.com/tattlekey/commitdiff_plain/9266b741959871619b5431a2b4e4ebdad5567a3d?ds=sidebyside;hp=9266b741959871619b5431a2b4e4ebdad5567a3d client: Change wire format!: Expand `ago` field: 16 bits → 32 bits 16-bit values of seconds only go up to 18 hours, and sometimes a little more than that would be nice. 32 is overkill. 24 would have been fine, but would have been slightly annoying to encode and parse. ---