Browse Source

Update core.go

wibyweb 1 year ago
parent
commit
7863379bbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go/core/core.go

+ 1 - 1
go/core/core.go

@@ -45,7 +45,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
 	//fmt.Fprintf(w, "%s \n", r.URL.RawQuery)
 
 	//Indicate whether or not you are using shard tables
-	shards := false
+	shards := true
 
 	//check if worksafe+https cookie enabled.
 	filterHTTPS := false