mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
settings for heavy load
This commit is contained in:
@@ -25,6 +25,7 @@ public class ApplicationSettings extends AbstractModel {
|
||||
private boolean smtpTls;
|
||||
private String smtpUserName;
|
||||
private String smtpPassword;
|
||||
private boolean heavyLoad;
|
||||
private boolean pubsubhubbub;
|
||||
private boolean feedbackButton = true;
|
||||
|
||||
@@ -144,4 +145,12 @@ public class ApplicationSettings extends AbstractModel {
|
||||
this.pubsubhubbub = pubsubhubbub;
|
||||
}
|
||||
|
||||
public boolean isHeavyLoad() {
|
||||
return heavyLoad;
|
||||
}
|
||||
|
||||
public void setHeavyLoad(boolean heavyLoad) {
|
||||
this.heavyLoad = heavyLoad;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user