Changeset - d5a0c77dfc5b
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 9 years ago 2016-06-12 04:22:37
drewp@bigasterisk.com
rdfdb status bar format
Ignore-this: bbadeabc679beccef07943fbb857a2ce
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/web/rdfdbclient.coffee
Show inline comments
 
@@ -68,14 +68,14 @@ class window.RdfDbClient
 
      when @ws.CLOSING then 'closing'
 
      when @ws.CLOSED then 'close'
 
      )
 

	
 
    ping = if @_lastPingMs > 0 then @_lastPingMs else '...'
 
    @setStatus("#{ws};
 
      #{@_patchesReceived} recv
 
      #{@_patchesSent} sent
 
      #{@_patchesReceived} recv;
 
      #{@_patchesSent} sent;
 
      #{@_patchesToSend.length} pending;
 
      #{ping}ms")
 
 
 
  sendPatch: (patch) ->
 
    console.log('queue patch to server ', patchSizeSummary(patch))
 
    @_patchesToSend.push(patch)
0 comments (0 inline, 0 general)