Skip to content

Commit

Permalink
change code_change in chain index from 1.0.6 to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmoves committed Apr 18, 2023
1 parent 36f9c56 commit 1d460c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic/db/embedded_impl/chain_index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Archethic.DB.EmbeddedImpl.ChainIndex do
{:ok, %{db_path: db_path}}
end

def code_change("1.0.6", state, _extra) do
def code_change("1.0.7", state, _extra) do
## We start the unstarted LRU cache
cache_max_size = Application.get_env(:archethic, Archethic.DB.ChainIndex.MaxCacheSize)
LRU.start_link(@archetic_db_tx_index_cache, cache_max_size)
Expand Down

0 comments on commit 1d460c9

Please sign in to comment.