Changeset 1357

Show
Ignore:
Timestamp:
02/20/04 17:38:39 (20 years ago)
Author:
jalet
Message:

ldapcache directive marked as experimental

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1356 r1357  
    122122# Nothing to do with "storagecaching" which is higher level 
    123123# and database independant. 
     124# This saves some search queries and may help with heavily 
     125# loaded LDAP servers. 
     126# This is EXPERIMENTAL. 
    124127ldapcache: no 
    125128 
  • pykota/trunk/pykota/storages/ldapstorage.py

    r1356 r1357  
    2222# 
    2323# $Log$ 
     24# Revision 1.54  2004/02/20 16:38:39  jalet 
     25# ldapcache directive marked as experimental 
     26# 
    2427# Revision 1.53  2004/02/20 14:42:21  jalet 
    2528# Experimental ldapcache directive added 
     
    861864        if newlifetimepaid is not None : 
    862865            fields.update({ "pykotaLifeTimePaid" : str(newlifetimepaid) }) 
    863         return self.doModify(user.idbalance, fields, flushcache=1)          
     866        return self.doModify(user.idbalance, fields)          
    864867             
    865868    def writeLastJobSize(self, lastjob, jobsize, jobprice) :