Skip inheriting system folder poll settings

This commit is contained in:
M66B 2023-08-08 15:01:58 +02:00
parent 0f95b82e7f
commit 88524464bc
1 changed files with 4 additions and 2 deletions

View File

@ -328,8 +328,10 @@ public class EntityFolder extends EntityOrder implements Serializable {
return;
this.synchronize = parent.synchronize;
this.poll = parent.poll;
this.poll_factor = parent.poll_factor;
if (EntityFolder.USER.equals(parent.type)) {
this.poll = parent.poll;
this.poll_factor = parent.poll_factor;
}
this.download = parent.download;
//this.auto_classify_source = parent.auto_classify_source;
//this.auto_classify_target = parent.auto_classify_target;