Mercurial > libervia-backend
comparison src/core/constants.py @ 943:71926ec2114d
core (memory): entities cache improvments:
- entities cache is no more limited to bare jid
- resources are now automatically updated in bare jid cache
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Mar 2014 18:07:17 +0100 |
parents | 598fc223cf59 |
children | e1842ebcb2f3 |
comparison
equal
deleted
inserted
replaced
942:598fc223cf59 | 943:71926ec2114d |
---|---|
38 | 38 |
39 ## Profile and entities ## | 39 ## Profile and entities ## |
40 PROF_KEY_NONE = '@NONE@' | 40 PROF_KEY_NONE = '@NONE@' |
41 PROF_KEY_DEFAULT = '@DEFAULT@' | 41 PROF_KEY_DEFAULT = '@DEFAULT@' |
42 ENTITY_ALL = '@ALL@' | 42 ENTITY_ALL = '@ALL@' |
43 ENTITY_LAST_RESOURCE = 'last_resource' | |
43 | 44 |
44 | 45 |
45 ## Configuration ## | 46 ## Configuration ## |
46 DEFAULT_CONFIG = { | 47 DEFAULT_CONFIG = { |
47 'media_dir': '/usr/share/sat/media', | 48 'media_dir': '/usr/share/sat/media', |