Add note about migrating refresh() behavior

This commit is contained in:
Kovid Goyal 2013-07-13 14:10:34 +05:30
parent a87be86958
commit 3d122c8e7d

View File

@ -114,4 +114,7 @@ Various things that require other things before they can be migrated:
3. From refresh in the legacy interface: Rember to flush the composite
column template cache.
4. Replace the metadatabackup thread with the new implementation when using the new backend.
5. In the new API refresh() does not re-read from disk. That might break a
few things, for example content server reloading on db change as well as
dump/restore of db?
'''