Local cache limited to 4GB
Status: Beta
Brought to you by:
hollo
I've found that due to the design issues frox local
caching is limited to 4GB (unsigned long). It was an real
issue for me as big disks are cheap now, so I made a
quick fix for it. Patch is attached to this submission.
Proposal is to remove *1024*1024 from localcache.c and
change the type of variable total_size to unsigned long
long.
Greetings to everyone
Quick fix patch