Add note about tmpDir needing to be writable by server user

As per
https://groups.google.com/d/msg/cartodb/z06r9SwaoOM/b34In4TTdd0J
This commit is contained in:
Sandro Santilli 2013-08-21 10:03:12 +02:00
parent bc794a16e6
commit 8fa0bc7cee
4 changed files with 4 additions and 4 deletions

View File

@ -26,5 +26,5 @@ module.exports.redisLog = false;
module.exports.tableCacheMax = 8192;
// Max age of query table cache items, in milliseconds
module.exports.tableCacheMaxAge = 1000*60*10;
// Temporary directory
// Temporary directory, make sure it is writable by server user
module.exports.tmpDir = '/tmp';

View File

@ -26,5 +26,5 @@ module.exports.redisLog = false;
module.exports.tableCacheMax = 8192;
// Max age of query table cache items, in milliseconds
module.exports.tableCacheMaxAge = 1000*60*10;
// Temporary directory
// Temporary directory, make sure it is writable by server user
module.exports.tmpDir = '/tmp';

View File

@ -26,5 +26,5 @@ module.exports.redisLog = false;
module.exports.tableCacheMax = 8192;
// Max age of query table cache items, in milliseconds
module.exports.tableCacheMaxAge = 1000*60*10;
// Temporary directory
// Temporary directory, make sure it is writable by server user
module.exports.tmpDir = '/tmp';

View File

@ -26,5 +26,5 @@ module.exports.redisLog = false;
module.exports.tableCacheMax = 8192;
// Max age of query table cache items, in milliseconds
module.exports.tableCacheMaxAge = 1000*60*10;
// Temporary directory
// Temporary directory, make sure it is writable by server user
module.exports.tmpDir = '/tmp';