mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 12:43:26 -05:00
10 recents per resource type
This commit is contained in:
@@ -26,7 +26,7 @@ use crate::{
|
||||
state::{db_client, State},
|
||||
};
|
||||
|
||||
const RECENTLY_VIEWED_MAX: usize = 5;
|
||||
const RECENTLY_VIEWED_MAX: usize = 10;
|
||||
|
||||
#[async_trait]
|
||||
impl Resolve<PushRecentlyViewed, User> for State {
|
||||
|
||||
Reference in New Issue
Block a user