mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 10:29:52 +01:00
fix(backend): tweak traces/profiles sample rate
This commit is contained in:
parent
0e6f3a47f4
commit
a297ec681e
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ func run(c *cli.Context) error {
|
|||
Debug: os.Getenv("DEBUG") == "true",
|
||||
Release: server.Tag,
|
||||
EnableTracing: true,
|
||||
TracesSampleRate: 1.0,
|
||||
ProfilesSampleRate: 1.0,
|
||||
TracesSampleRate: 0.05,
|
||||
ProfilesSampleRate: 0.05,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue