[PR #302] [MERGED] implement TTLs for icon cache #35793

Closed
opened 2026-07-13 20:37:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/302
Author: @tycho
Created: 12/17/2018
Status: Merged
Merged: 12/18/2018
Merged by: @dani-garcia

Base: masterHead: icon-cache-ttl


📝 Commits (2)

  • 848cd1d add environment variables for ICON_CACHE_TTL and ICON_CACHE_NEGTTL
  • a55c048 icons: implement positive/negative cache TTLs

📊 Changes

3 files changed (+68 additions, -1 deletions)

View changed files

📝 .env (+5 -0)
📝 src/api/icons.rs (+55 -1)
📝 src/main.rs (+8 -0)

📄 Description

For previous discussion, see also #299.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/302 **Author:** [@tycho](https://github.com/tycho) **Created:** 12/17/2018 **Status:** ✅ Merged **Merged:** 12/18/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `icon-cache-ttl` --- ### 📝 Commits (2) - [`848cd1d`](https://github.com/dani-garcia/vaultwarden/commit/848cd1dbec7ecbe6df3928bcdac9b332532d1748) add environment variables for ICON_CACHE_TTL and ICON_CACHE_NEGTTL - [`a55c048`](https://github.com/dani-garcia/vaultwarden/commit/a55c048a622829bd91865001b879c33845f4d7ae) icons: implement positive/negative cache TTLs ### 📊 Changes **3 files changed** (+68 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env` (+5 -0) 📝 `src/api/icons.rs` (+55 -1) 📝 `src/main.rs` (+8 -0) </details> ### 📄 Description For previous discussion, see also #299. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-13 20:37:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#35793