statamic / ssg

The official Statamic Static Site Generator
229 stars 23 forks source link

Flush Blink when Page has been generated #172

Open o1y opened 1 week ago

o1y commented 1 week ago

Fixes #171 and #170

It may happen that cached values of a request with Blink are used in further requests, which are handled on the same php process, leading to incorrect results. To prevent this from happening, Blink is flushed after every request.