Adds refresh after delete an upload.

This commit is contained in:
Lars Jung 2012-08-12 11:58:09 +02:00
parent 3e3b2813cd
commit 801ee05872
3 changed files with 11 additions and 5 deletions

View file

@ -57,7 +57,7 @@ var H5AI_CONFIG = {
*/
"autoupdate": {
"enabled": true,
"interval": 1000
"interval": 5000
},
/*
@ -92,8 +92,8 @@ var H5AI_CONFIG = {
*/
"dropbox": {
"enabled": true,
"maxfiles": 50,
"maxfilesize": 2000
"maxfiles": 10,
"maxfilesize": 1000
},
/*