We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7f57f commit b29698cCopy full SHA for b29698c
main.go
@@ -62,7 +62,7 @@ var globalServerBounds *Bounds
62
var globalTimeToLive = -1
63
64
// A global array of Layer where the state is held for performance
65
-// Refreshed when LoadLayerTableList is called
+// Refreshed when loadLayers is called
66
// Key is of the form: schemaname.tablename
67
var globalLayers map[string]Layer
68
var globalLayersMutex = &sync.Mutex{}
0 commit comments