forked from Archives/Athou_commafeed
if under heavy load, don't refresh feeds for users who logged in more than a month ago for the last time
This commit is contained in:
@@ -128,5 +128,11 @@
|
||||
<column name="refreshIntervalMinutes" valueNumeric="5"></column>
|
||||
</update>
|
||||
</changeSet>
|
||||
|
||||
<changeSet author="athou" id="add-last-login-index">
|
||||
<createIndex tableName="USERS" indexName="lastlogin_index">
|
||||
<column name="lastLogin" />
|
||||
</createIndex>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user