瀏覽代碼

Update core.go

wibyweb 1 年之前
父節點
當前提交
7863379bbf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
 	//fmt.Fprintf(w, "%s \n", r.URL.RawQuery)
 
 
 	//Indicate whether or not you are using shard tables
 	//Indicate whether or not you are using shard tables
-	shards := false
+	shards := true
 
 
 	//check if worksafe+https cookie enabled.
 	//check if worksafe+https cookie enabled.
 	filterHTTPS := false
 	filterHTTPS := false