mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Fix concurrent map read and map write in short page lookups
Regression introduced in Hugo `v0.137.0`. Fixes #13019
This commit is contained in:
@@ -36,7 +36,7 @@ type Init struct {
|
||||
prev *Init
|
||||
children []*Init
|
||||
|
||||
init OnceMore
|
||||
init onceMore
|
||||
out any
|
||||
err error
|
||||
f func(context.Context) (any, error)
|
||||
|
Reference in New Issue
Block a user