rcn apt repo warning

It seems like I’m getting the following warning when doing an apt-get update:

Fetched 4596 kB in 24s (184 kB/s)                                                                                      
Reading package lists... Done
W: Size of file /var/lib/apt/lists/repos.rcn-ee.net_debian_dists_wheezy_main_binary-armhf_Packages.gz is not what the server reported 33143 39486
~  uname -a
Linux hotblack 3.8.13-bone63 #1 SMP Mon Aug 11 20:08:34 UTC 2014 armv7l GNU/Linux

Just run, this again..

sudo apt-get update

With the 0.7.96 -> 0.8.0 lxqt transition i was rsyncing the repo a lot
this past week..

You can also remove:

/etc/apt/apt.conf.d/02compress-indexes

but it'll cost you about 50-75Mb in extra space used by apt..

Regards,

Here is more background, so on Jessie (lxqt image)

With this enabled:

sudo apt-get update: 347MB Free
sudo apt-get clean: 389MB Free

With this disabled: (rm /etc/apt/apt.conf.d/02compress-indexes)

sudo apt-get update: 307MB Free
sudo apt-get clean: 348MB Free

Regards,