Skip to content

Commit

Permalink
unnamed to named actor
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdarruda committed Dec 13, 2023
1 parent 0d3816e commit a6d5fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eigr_io/blog/2023-12-03-distributed-elixir-made-easy.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Our process defined by the `GenServer`, we call it an _Actor_.
defmodule IncrementorActor do
use SpawnSdk.Actor,
name: "incrementor",
kind: :unnamed,
kind: :named,
state_type: :json,
deactivate_timeout: 30_000,
snapshot_timeout: 10_000
Expand Down

0 comments on commit a6d5fc1

Please sign in to comment.