mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
added some logging around dropbox update
This commit is contained in:
@@ -231,6 +231,7 @@ module.exports = EditorController =
|
||||
callback()
|
||||
|
||||
getLastTimePollHappned: (callback)->
|
||||
logger.log "getting last time a poll happened in dropbox"
|
||||
tpdsPollingBackgroundTasks.getLastTimePollHappned callback
|
||||
|
||||
updateProjectDescription: (project_id, description, callback = ->)->
|
||||
|
||||
+4
-1
@@ -32,4 +32,7 @@ self = module.exports =
|
||||
rclient.set LAST_TIME_POLL_HAPPEND_KEY, new Date().getTime(), callback
|
||||
|
||||
getLastTimePollHappned: (callback = (err, lastTimePollHappened)->)->
|
||||
rclient.get LAST_TIME_POLL_HAPPEND_KEY, callback
|
||||
rclient.get LAST_TIME_POLL_HAPPEND_KEY, (err, time)->
|
||||
logger.log lastTimePollHappened:time, "got last time a poll happend to dropbox"
|
||||
callback(err, time)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user