Skip to content

Commit 1d7248f

Browse files
committed
Add missing title to entrycache-pinned.md
1 parent d352284 commit 1d7248f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/configure-pages@v5
4545
- name: Build with Jekyll
4646
# Outputs to the './_site' directory by default
47-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
47+
run: bundle exec jekyll build --verbose --baseurl "${{ steps.pages.outputs.base_path }}"
4848
env:
4949
JEKYLL_ENV: production
5050
- name: Upload artifact

docs/389ds/design/entrycache-pinned.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
---
2+
title: "Improving the entry cache eviction"
3+
---
4+
15
# Improving the entry cache eviction
26

7+
{% include toc.md %}
8+
39
## Why changing things ?
410

511
Computing the acl involving large groups is costly. So we had better keep them in the acl cache. Some of the reason are:

0 commit comments

Comments
 (0)