diff pkg/controllers/fwa.go @ 5223:d4e4f7232513 new-fwa

Removed old bottlenecks controller.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 12 May 2020 10:45:52 +0200
parents 6794e85dc2dd
children fc999a902d87
line wrap: on
line diff
--- a/pkg/controllers/fwa.go	Tue May 12 10:40:20 2020 +0200
+++ b/pkg/controllers/fwa.go	Tue May 12 10:45:52 2020 +0200
@@ -525,7 +525,7 @@
 
 	rows, err := conn.QueryContext(
 		ctx,
-		selectLimitingSQL,
+		selectBottlenecksLimitingSQL,
 		from, to)
 
 	if err != nil {