Skip to content

Commit

Permalink
Merge pull request #932 from seriyps/dt_document-compressed
Browse files Browse the repository at this point in the history
Let dt_document be a compressed ETS table
  • Loading branch information
robertoaloi authored Mar 7, 2021
2 parents 23c1aca + d498017 commit 04c2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/els_lsp/src/els_dt_document.erl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ name() -> ?MODULE.

-spec opts() -> proplists:proplist().
opts() ->
[set].
[set, compressed].

%%==============================================================================
%% API
Expand Down

0 comments on commit 04c2c4f

Please sign in to comment.