Explorar el Código

Added comment about timeout

Andrew Kane hace 9 años
padre
commit
06c5160aec
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      README.md
  2. 1 1
      lib/generators/blazer/templates/config.yml

+ 1 - 1
README.md

@@ -342,7 +342,7 @@ data_sources:
   main:
     url: <%= ENV["BLAZER_DATABASE_URL"] %>
 
-    timeout: 15
+    timeout: 15 # applies to PostgreSQL only
 
     smart_variables:
       # zone_id: "SELECT id, name FROM zones ORDER BY name ASC"

+ 1 - 1
lib/generators/blazer/templates/config.yml

@@ -4,7 +4,7 @@ data_sources:
   main:
     url: <%%= ENV["BLAZER_DATABASE_URL"] %>
 
-    timeout: 15
+    timeout: 15 # applies to PostgreSQL only
 
     smart_variables:
       # zone_id: "SELECT id, name FROM zones ORDER BY name ASC"