mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-23 17:59:25 -05:00
Adds consistency to sentence formatting in seek-assistance.md
(#633)
Places `.` symbol at the end of a couple of list sentences. Reviewed-on: https://codeberg.org/forgejo/docs/pulls/633 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: adagio <h759bkyo4@mozmail.com> Co-committed-by: adagio <h759bkyo4@mozmail.com>
This commit is contained in:
parent
d35b4548d1
commit
9326746c38
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ origin_url: 'https://github.com/go-gitea/gitea/blob/e865de1e9d65dc09797d165a51c8
|
|||
3. Any error messages you are seeing.
|
||||
4. If you meet slow/hanging/deadlock problems, please report the stack trace when the problem occurs:
|
||||
|
||||
1. Enable pprof in `app.ini` and restart Forgejo
|
||||
1. Enable pprof in `app.ini` and restart Forgejo.
|
||||
|
||||
```ini
|
||||
[server]
|
||||
|
@ -45,4 +45,4 @@ origin_url: 'https://github.com/go-gitea/gitea/blob/e865de1e9d65dc09797d165a51c8
|
|||
|
||||
2. Trigger the bug, when Forgejo gets stuck, use curl or browser to visit: `http://127.0.0.1:6060/debug/pprof/goroutine?debug=1` (IP must be `127.0.0.1` and port must be `6060`).
|
||||
3. If you are using Docker, please use `docker exec -it <container-name> curl "http://127.0.0.1:6060/debug/pprof/goroutine?debug=1"`.
|
||||
4. Report the output (the stack trace doesn't contain sensitive data)
|
||||
4. Report the output (the stack trace doesn't contain sensitive data).
|
||||
|
|
Loading…
Reference in a new issue