@@ -5,7 +5,6 @@ import (
"fmt"
"log"
"os"
"runtime"
"strconv"
"github.com/appleboy/gorush/config"
@@ -83,10 +82,6 @@ func createPIDFile() error {
return nil
}
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
func main() {
opts := config.ConfYaml{}
The note is not visible to the blocked user.