소스 검색

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)
 
 	//Indicate whether or not you are using shard tables
-	shards := false
+	shards := true
 
 	//check if worksafe+https cookie enabled.
 	filterHTTPS := false