Skip to content

Commit 209a574

Browse files
committed
Infinity is too much for population supervisor
1 parent 1b065b9 commit 209a574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mas_simulation_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ init({SP, Config}) ->
3232
[
3333
{mas_population_sup,
3434
{mas_population_sup, start_link, [SP, Config]},
35-
temporary, infinity, supervisor, [mas_population_sup]
35+
temporary, 10000, supervisor, [mas_population_sup]
3636
},
3737

3838
{mas_world,

0 commit comments

Comments
 (0)