1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

longer weather interval and network service renice

This commit is contained in:
bbedward
2025-09-11 23:09:50 -04:00
parent 63c54b5611
commit 17b49ad1f9
2 changed files with 35 additions and 33 deletions

View File

@@ -34,7 +34,7 @@ Singleton {
})
property var location: null
property int updateInterval: 300000 // 5 minutes
property int updateInterval: 900000 // 15 minutes
property int retryAttempts: 0
property int maxRetryAttempts: 3
property int retryDelay: 30000