!bXIgKPtRdSXHBnVBaz:osgeo.org

Gitea General

831 Members
Gitea - Git with a cup of tea | https://gitea.io/ | A painless self-hosted Git service40 Servers

Load older messages


SenderMessageTime
28 Mar 2023
@_discord_735885734396952638:t2bot.iowxiaoguang#7472 Nope IIRC 07:33:11
@_discord_854834852803903488:t2bot.iopj#7437 hm, maybe I'll fix it today 07:38:06
@Perflosopher9:libera.chatPerflosopher9 joined the room.07:40:25
@_discord_401526340588929025:t2bot.ioKN4CK3R#5857 there is already a merged PR 07:54:16
@_discord_401526340588929025:t2bot.ioKN4CK3R#5857 https://github.com/go-gitea/gitea/pull/23737 08:00:48
@_discord_735885734396952638:t2bot.iowxiaoguang#7472 Oh , that's the one I also helped to edited. I misunderstood the original question. I thought it was about the generic downloading content. 08:01:36
@_discord_735885734396952638:t2bot.iowxiaoguang#7472 pj 08:01:40
@_discord_735885734396952638:t2bot.iowxiaoguang#7472 * Oh , that's the one I also helped to edit. I misunderstood the original question. I thought it was about the generic downloading content. 08:01:57
@_discord_431934076144844830:t2bot.ioDouglas Parker joined the room.08:07:41
@Defolos4234[m]:libera.chatDefolos4234[m] joined the room.09:14:38
@justusbunsi7135[:libera.chatjustusbunsi7135[ joined the room.09:14:39
@adamooo:matrix.orgAdamo joined the room.10:52:33
@adamooo:matrix.orgAdamoHi, I have gitea server. In the wiki page when I edit files the api shows markdown editing icons, but when I try to edit in readme.md it is also markdown file the page is not show this. Is there any config option or same to add markdown editing for .md files ?10:54:59
@_discord_735885734396952638:t2bot.iowxiaoguang#7472 No at the moment, the two pages use different editors. 11:02:45
@_discord_836934801951817730:t2bot.ionotParappanon changed their display name from NekomaBSD to notParappanon#5134.11:27:11
@_discord_836934801951817730:t2bot.ionotParappanon changed their profile picture.11:27:17
@_discord_836934801951817730:t2bot.ionotParappanon changed their display name from notParappanon#5134 to notParappanon.11:27:19
@_discord_474221560031608833:t2bot.ioFascinated yep sure 15:39:31
@_discord_735885734396952638:t2bot.iowxiaoguang#7472 This one: https://github.com/go-gitea/gitea/issues/23771 Reported container image size on UI seems incorrect #23771 15:48:15
@_discord_474221560031608833:t2bot.ioFascinated thank you :) 15:48:38
@adamooo:matrix.orgAdamo
In reply to @_discord_735885734396952638:t2bot.io
No at the moment, the two pages use different editors.
Thanks for the information
16:48:29
@dachary:matrix.orgdachary.org joined the room.17:06:37
@_discord_245793112809668608:t2bot.ioEagleTrooper joined the room.19:11:13
@_discord_398528331349491722:t2bot.iotitanz joined the room.20:11:10
@_discord_202850073812402177:t2bot.iolynxplay#0001 joined the room.22:39:33
@_discord_202850073812402177:t2bot.iolynxplay#0001 Hey everyone o/ Quick question in here before I potentially spam the github issue tracker.
We are having a small performance problem on our gitea instance. Pushing even the smallest commits takes around 8 seconds with a ~50ms ping to the
machine. After enabling trace logs, the first "major" time jump happens in
2023/03/28 22:21:58 ...dules/git/command.go:255:Run() [D] [64236886-4] /home/gitea/gitea-repositories/org/repo.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= receive-pack --stateless-rpc /home/gitea/gitea-repositories/org/repo.git
2023/03/28 22:21:58 ...s/process/manager.go:170:Add() [T] [64236886-4] Start 64236886-5: /usr/bin/git receive-pack --stateless-rpc [repo_path: /home/gitea/gitea-repositories/org/repo.git] (from 64236886-4) (normal)
2023/03/28 22:22:01 ...s/process/manager.go:170:Add() [T] [64236862-35] Start 64236889: POST: /api/internal/hook/pre-receive/org/repo (request)


while the second time jump occurs at
2023/03/28 22:22:01 ...s/process/manager.go:207:remove() [T] [64236889] Done 64236889: POST: /api/internal/hook/pre-receive/org/repo
2023/03/28 22:22:05 ...s/process/manager.go:170:Add() [T] [64236862-35] Start 6423688d: POST: /api/internal/hook/post-receive/org/repo (request) 


is this a known issue/just how git works ? Or is this worth opening an issue
22:39:34
@_discord_202850073812402177:t2bot.iolynxplay#0001 * Hey everyone o/ Quick question in here before I potentially spam the github issue tracker.
We are having a small performance problem on our gitea instance. Pushing even the smallest commits (POST git-receive-pack (211 bytes)) takes around 8 seconds with a ~50ms ping to the
machine. After enabling trace logs, the first "major" time jump happens in
2023/03/28 22:21:58 ...dules/git/command.go:255:Run() [D] [64236886-4] /home/gitea/gitea-repositories/org/repo.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= receive-pack --stateless-rpc /home/gitea/gitea-repositories/org/repo.git
2023/03/28 22:21:58 ...s/process/manager.go:170:Add() [T] [64236886-4] Start 64236886-5: /usr/bin/git receive-pack --stateless-rpc [repo_path: /home/gitea/gitea-repositories/org/repo.git] (from 64236886-4) (normal)
2023/03/28 22:22:01 ...s/process/manager.go:170:Add() [T] [64236862-35] Start 64236889: POST: /api/internal/hook/pre-receive/org/repo (request)


while the second time jump occurs at
2023/03/28 22:22:01 ...s/process/manager.go:207:remove() [T] [64236889] Done 64236889: POST: /api/internal/hook/pre-receive/org/repo
2023/03/28 22:22:05 ...s/process/manager.go:170:Add() [T] [64236862-35] Start 6423688d: POST: /api/internal/hook/post-receive/org/repo (request) 


is this a known issue/just how git works ? Or is this worth opening an issue
22:45:31
@_discord_284179514488127489:t2bot.iolunny#8949 It’s not normal, please open an issue. But the log you post here have no time spent 23:24:29
@_discord_202850073812402177:t2bot.iolynxplay#0001 Any specific logs I should include then ? 23:26:13
@_discord_202850073812402177:t2bot.iolynxplay#0001 Beyond that trace logs that is ? 23:26:24

There are no newer messages yet.


Back to Room ListRoom Version: 9