mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 08:23:48 +02:00
b82ed13586
This isolates single migration tasks from each other. The migration itself is now not atomic anymore but each single migration now on it's own. This takes load away from databases, as new sessions have a committed schema available. We also disable xorm.cache, as the speed improvements are minor but invalid cache caused by schema changes did happen already in the past. --------- Reverts #1817 Closes #1821 --------- Co-authored-by: 6543 <6543@obermui.de> |
||
---|---|---|
.. | ||
api | ||
badges | ||
cache | ||
ccmenu | ||
cron | ||
forge | ||
grpc | ||
logging | ||
model | ||
pipeline | ||
plugins | ||
pubsub | ||
queue | ||
router | ||
store | ||
web | ||
config.go |