brunyuriy/quick-fix-scout

Observer Feature: Better snapshotting

Closed this issue · 5 comments

If a snapshot is bigger than 15MB., then it should be deleted right away, since 
we cannot send logs bigger than 25MB at the moment.

Original issue reported on code.google.com by kivancmu...@gmail.com on 6 Jan 2012 at 10:37

Also, the projects should be snapshotted iff there are 'x' compilation errors 
in them. 'x' to be decided by experiment.

Original comment by kivancmu...@gmail.com on 6 Jan 2012 at 10:40

I am starting with a small 'x' = 2. However, I believe even this will filter 
most of the simple compilation errors.

Original comment by kivancmu...@gmail.com on 8 Jan 2012 at 2:18

Snapshot limit is increased to 20MB.

Original comment by kivancmu...@gmail.com on 8 Jan 2012 at 2:51

Changed type to enchantment.

Original comment by kivancmu...@gmail.com on 8 Jan 2012 at 2:52

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
This issue was closed by revision 87c22c197da7.

Original comment by kivancmu...@gmail.com on 8 Jan 2012 at 3:14

  • Changed state: Fixed