Skip to content

Commit

Permalink
Update parts-consistency.md
Browse files Browse the repository at this point in the history
  • Loading branch information
den-crane authored Sep 8, 2023
1 parent 7829942 commit d1b4e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/altinity-kb-useful-queries/parts-consistency.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ left join
select concat(replica_path,'/parts/',name) as p_path
from system.parts inner join system.replicas using (database, table)
) disk on zoo.p_path = disk.p_path
where part_disk='' and zoo.mtime <= now() - interval 6 hour
where part_disk='' and zoo.mtime <= now() - interval 1 hour
order by part_zoo;
```

Expand Down

0 comments on commit d1b4e70

Please sign in to comment.