]> git.scottworley.com Git - tattlekey/commitdiff
client: Change wire format!: Expand `ago` field: 16 bits → 32 bits
authorScott Worley <scottworley@scottworley.com>
Tue, 10 Oct 2023 09:27:57 +0000 (02:27 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 11 Oct 2023 01:50:05 +0000 (18:50 -0700)
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.


No differences found