Skip to content

Commit 7d2e591

Browse files
fixed #240
1 parent 3a74ad3 commit 7d2e591

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/resources/application.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ twitterwall:
116116
updateUserProfilesFromMentions: 3600000 # One Hour
117117
scheduler:
118118
allowFetchTweetsFromTwitterSearch: true
119-
allowUpdateTweets: true
120-
allowUpdateUserProfiles: true
121-
allowUpdateUserProfilesFromMention: true
122119
fetchUserListAllow: true
123120
fetchUserListName: ${TWITTERWALL_SCHEDULER_USER_LIST_NAME}
121+
allowUpdateUserProfilesFromMention: true
122+
fetchFollowerAllow: false
123+
fetchFriendsAllow: false
124+
allowUpdateTweets: false
125+
allowUpdateUserProfiles: false
124126
herokuDbRowsLimit: false
125-
removeOldDataFromStorageAllow: true
126-
fetchFollowerAllow: true
127-
fetchFriendsAllow: true
127+
removeOldDataFromStorageAllow: false
128128
skipFortesting: false
129129
testdata:
130130
oodm:

0 commit comments

Comments
 (0)