Skip to content

Commit

Permalink
Add explaining comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shizzard committed Feb 23, 2025
1 parent 6eb6e68 commit c2ade9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/arweave/src/ar_global_sync_record.erl
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ handle_cast(Cast, State) ->
handle_info({event, sync_record, {add_range, Start, End, ar_data_sync, StoreID}}, State) ->
case ar_storage_module:get_packing(StoreID) of
{replica_2_9, _} ->
%% Ignore replica storage modules, which is a temporary solution.
%% Will be fixed when data sharing incentives are implemented.
{noreply, State};
_ ->
#state{ sync_record = SyncRecord, sync_buckets = SyncBuckets } = State,
Expand Down

0 comments on commit c2ade9b

Please sign in to comment.