Added raw fetch option

This commit is contained in:
M66B
2023-01-21 00:10:54 +01:00
parent 559baf7baf
commit 0a13ce40f0
15 changed files with 2916 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ public class TupleAccountState extends EntityAccount {
this.poll_interval.equals(other.poll_interval) &&
this.poll_exempted.equals(other.poll_exempted) &&
this.partial_fetch.equals(other.partial_fetch) &&
this.raw_fetch.equals(other.raw_fetch) &&
this.ignore_size.equals(other.ignore_size) &&
this.use_date.equals(other.use_date) &&
this.use_received.equals(other.use_received) &&