mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
better comments to discribe the settings.
This commit is contained in:
parent
5109cf4f6b
commit
1d825bdc28
@ -4,8 +4,8 @@
|
||||
|
||||
|
||||
|
||||
# $Revision: 1.5 $
|
||||
# $Date: 2000/08/30 02:27:38 $
|
||||
# $Revision: 1.6 $
|
||||
# $Date: 2000/09/01 18:38:23 $
|
||||
# $Author: kestes%staff.mail.com $
|
||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/Attic/TinderConfig.pm,v $
|
||||
# $Name: $
|
||||
@ -154,17 +154,22 @@ $DB_TRIM_SECONDS = (60 * 60 * 24 * 8);
|
||||
|
||||
|
||||
|
||||
# pick if your VC system can display via a web server then VCDisplay
|
||||
# module that you wish to use, otherwise pick 'None'.
|
||||
# pick one display system if your VC system can display via a web
|
||||
# server then VCDisplay module that you wish to use, otherwise pick
|
||||
# 'None'.
|
||||
|
||||
$VCDisplayImpl = (
|
||||
'VCDisplay::None',
|
||||
#'VCDisplay::Bonsai',
|
||||
);
|
||||
|
||||
|
||||
# pick one method for storting data, Data::Dumper is slow but text
|
||||
# files allows great debugging capabilities and Storable (not yet
|
||||
# tested) which is much faster but binary format.
|
||||
|
||||
$PersistenceImpl = (
|
||||
'Persistence::Dumper',
|
||||
# storable has not been tested yet
|
||||
# 'Persistence::Storable',
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user