File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ defmodule Phoenix.Tracker do
72
72
73
73
## Application Shutdown
74
74
75
- When a tracker shuts down, the other nodes do not assume it has been gone
75
+ When a tracker shuts down, the other nodes do not assume it is gone
76
76
for good. After all, in a distributed system, it is impossible to know if something
77
77
is just temporarily unavailable or if it has crashed.
78
78
79
79
For this reason, when you call `System.stop()` or the Erlang VM receives a
80
- `SIGTERM` - any presences that the local tracker instance has will continue to
80
+ `SIGTERM`, any presences that the local tracker instance has will continue to
81
81
be seen as present by other trackers in the cluster until the `:down_period`
82
82
for the instance has passed.
83
83
@@ -292,7 +292,7 @@ defmodule Phoenix.Tracker do
292
292
(30s down detection). Note: This must be at least 2x the `broadcast_period`.
293
293
* `permdown_on_shutdown` - boolean; whether to immediately call
294
294
`graceful_permdown/1` on the tracker during a graceful shutdown. See
295
- 'Application Shutdown' section. You can only safely set this point if `Phoenix.Tracker`
295
+ 'Application Shutdown' section. You can only safely set this if `Phoenix.Tracker`
296
296
is mounted at the root of your supervision tree and the strategy is `:one_for_one`.
297
297
Default `false`.
298
298
* `:permdown_period` - The interval in milliseconds to flag a replica
You can’t perform that action at this time.
0 commit comments