Browse Source

Update example config for pool names as atoms

Seth Falcon 12 years ago
parent
commit
835546afaa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pooler.config.example

+ 2 - 2
pooler.config.example

@@ -3,13 +3,13 @@
 [
  {pooler, [
            {pools, [
-                    [{name, "pool1"},
+                    [{name, pool1},
                      {max_count, 5},
                      {init_count, 2},
                      {start_mfa,
                       {pooled_gs, start_link, [{"p1"}]}}],
                     
-                    [{name, "pool2"},
+                    [{name, pool2},
                      {max_count, 5},
                      {init_count, 2},
                      {start_mfa,