lexical-lsp / lexical

Lexical is a next-generation elixir language server
782 stars 77 forks source link

Removed updated_at from the entry struct #595

Closed scohen closed 4 months ago

scohen commented 4 months ago

The id on the entry struct can be used to calculate the updated at, since it's a snowflake.

This saves around 10mb on-disk, and around as much in-memory.