From c44d085b74c541d1e07db03a0372a5350bcc7577 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 1 May 2014 18:03:53 +0200 Subject: Change a comment. --- src/plop_sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plop_sup.erl b/src/plop_sup.erl index 18ed926..3d0e66d 100644 --- a/src/plop_sup.erl +++ b/src/plop_sup.erl @@ -18,7 +18,7 @@ init(_Args) -> [{the_plop, {plop, start_link, []}, % Here's where key file name and pass phrase go. permanent, - 10000, % Shut down in 10s. + 10000, % Shut down within 10s. worker, [plop]}, {the_db, {db, start_link, []}, -- cgit v1.1