Skip to content

Commit 71abc6e

Browse files
Provide example of cache setting.
1 parent 9d784bd commit 71abc6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
This is done using ``dj.config`` to change the ``cache`` property.
1+
This is done by saving the path in the ``cache`` key of the DataJoint configuration dictionary:
2+
3+
.. code-block:: python
4+
5+
dj.config['cache'] = '/temp/dj-cache'

0 commit comments

Comments
 (0)