Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 22 lines 754 B view raw
1diff --git a/examples/base/main.go b/examples/base/main.go 2index 908d31d..04b8f1d 100644 3--- a/examples/base/main.go 4+++ b/examples/base/main.go 5@@ -10,7 +10,6 @@ import ( 6 "github.com/pocketbase/pocketbase" 7 "github.com/pocketbase/pocketbase/apis" 8 "github.com/pocketbase/pocketbase/core" 9- "github.com/pocketbase/pocketbase/plugins/ghupdate" 10 "github.com/pocketbase/pocketbase/plugins/jsvm" 11 "github.com/pocketbase/pocketbase/plugins/migratecmd" 12 ) 13@@ -80,9 +79,6 @@ func main() { 14 Dir: migrationsDir, 15 }) 16 17- // GitHub selfupdate 18- ghupdate.MustRegister(app, app.RootCmd, nil) 19- 20 app.OnAfterBootstrap().Add(func(e *core.BootstrapEvent) error { 21 app.Dao().ModelQueryTimeout = time.Duration(queryTimeout) * time.Second 22 return nil