lib/backup/configuration/compressor/pbzip2.rb in backup-3.0.20 vs lib/backup/configuration/compressor/pbzip2.rb in backup-3.0.21
- old
+ new
@@ -14,13 +14,13 @@
##
# Tells Backup::Compressor::Pbzip2 to compress
# faster (-1) (but not significantly faster)
attr_accessor :fast
- ##
- # Tells Backup::Compressor::Pbzip2 how many processors
- # use, by default autodetect is used
- attr_writer :processors
+ ##
+ # Tells Backup::Compressor::Pbzip2 how many processors
+ # use, by default autodetect is used
+ attr_accessor :processors
end
end
end
end