Skip to content

Commit

Permalink
chore: update expire time for database row (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy authored Jan 14, 2025
1 parent 688534f commit 3211a93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ pub fn cache_exp_secs_from_collab_type(collab_type: &CollabType) -> u64 {
CollabType::Database => SEVEN_DAYS * 2,
CollabType::WorkspaceDatabase => ONE_MONTH,
CollabType::Folder => SEVEN_DAYS,
CollabType::DatabaseRow => ONE_MONTH,
CollabType::DatabaseRow => SEVEN_DAYS,
CollabType::UserAwareness => SEVEN_DAYS * 2,
CollabType::Unknown => SEVEN_DAYS,
}
Expand Down

0 comments on commit 3211a93

Please sign in to comment.