mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-27 14:30:44 -07:00
feat(cleanup): enable 30-day session retention by default (#18854)
This commit is contained in:
@@ -174,7 +174,10 @@ export async function cleanupExpiredSessions(
|
||||
/**
|
||||
* Identifies sessions that should be deleted (corrupted or expired based on retention policy)
|
||||
*/
|
||||
async function identifySessionsToDelete(
|
||||
/**
|
||||
* Identifies sessions that should be deleted (corrupted or expired based on retention policy)
|
||||
*/
|
||||
export async function identifySessionsToDelete(
|
||||
allFiles: SessionFileEntry[],
|
||||
retentionConfig: SessionRetentionSettings,
|
||||
): Promise<SessionFileEntry[]> {
|
||||
|
||||
Reference in New Issue
Block a user