Modify ↓
Opened 21 years ago
Closed 21 years ago
#91 closed defect (fixed)
initdb, not the cgi, should index the repository
Reported by: | epg | Owned by: | daniel |
---|---|---|---|
Priority: | high | Milestone: | 0.5.2 |
Component: | general | Version: | 0.5.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
epg pointed out:
Right now, the first time trac.cgi is run, it indexes the repository in the database. This is problematic as if it takes too long, the browser will time out and the process interrupt. It's better to do this during the initdb stage in trac-admin.
I'm fixing this now. — DanielLundin
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
Summary: | initdb should index the repository, not the cgi → initdb, not the cgi, should index the repository |
---|
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [203].
initdb now does the indexing at creation-time.