Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vilenarios committed Jul 24, 2024
1 parent 481d51a commit 25f2304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/arns-resolver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,6 @@ Handlers.add(
"CronResolveAll", -- handler name
Handlers.utils.hasMatchingTag("Action", "Cron"), -- handler pattern to identify cron message
function() -- handler task to execute on cron message
ao.send({ Target = AR_IO_PROCESS_ID, Action = "Paginated-Records", Limit = "50" })
-- ao.send({ Target = AR_IO_PROCESS_ID, Action = "Paginated-Records", Limit = "50" })
end
)

0 comments on commit 25f2304

Please sign in to comment.