ansuz
|
14feef1757
|
calculate pin list checksums in a worker
|
2020-03-25 18:37:42 -04:00 |
ansuz
|
70a0d4efb4
|
move more database reads into the database worker
|
2020-03-25 17:43:57 -04:00 |
ansuz
|
bc13a21796
|
give fileStreams a little bit more time before closing them
|
2020-03-25 11:50:45 -04:00 |
ansuz
|
4ba36a9173
|
load user pins in the database worker
|
2020-03-25 11:39:14 -04:00 |
ansuz
|
50e8893b24
|
move the 'getOlderHistory' call into the database worker
|
2020-03-25 10:54:29 -04:00 |
ansuz
|
471e374533
|
compute metadata in the same child process that builds indexes
|
2020-03-24 17:43:15 -04:00 |
ansuz
|
479b76f848
|
lint compliance
|
2020-03-24 17:40:07 -04:00 |
ansuz
|
c2fcba31e3
|
remove an XXX
|
2020-03-24 15:02:46 -04:00 |
ansuz
|
967ca6afa9
|
suppress ENOENT errors when checking empty chat channels
|
2020-03-24 15:02:26 -04:00 |
ansuz
|
40251948d4
|
check authenticated rpc signatures in separate threads
|
2020-03-24 14:31:40 -04:00 |
ansuz
|
0e09c73a60
|
Merge branch 'master' into soon
|
2020-03-24 13:32:42 -04:00 |
ansuz
|
a2facc4a0d
|
Merge pull request #513 from 7adietri/patch-1
Add shutdown() to non-disk logger
|
2020-03-24 13:32:13 -04:00 |
ansuz
|
e128683ffb
|
call back with errors instead of throwing within the Storage module
|
2020-03-24 13:31:03 -04:00 |
ansuz
|
1240f4a2a5
|
Merge branch 'master' into soon
|
2020-03-24 13:04:25 -04:00 |
ansuz
|
90899aa2f4
|
start reviewing and removing XXX notes
|
2020-03-24 13:03:49 -04:00 |
yflory
|
fe14399e67
|
Merge branch 'whiteboard' into soon
|
2020-03-24 16:15:13 +01:00 |
ansuz
|
2ef0af29e5
|
guard against index worker rpc responses for a txid with no supplied callback
|
2020-03-23 22:03:59 -04:00 |
ansuz
|
ee8d5c9c36
|
fix the premiumUploadSize validation to check the correct attribute
|
2020-03-23 16:13:48 -04:00 |
yflory
|
dc0b26da0b
|
Merge branch 'soon' into staging
|
2020-03-23 12:33:17 +01:00 |
Alexander
|
a190af079d
|
Add shutdown() to non-disk logger
The script `evict-inactive.js` calls `Log.shutdown()` at the end, which currently fails if logging to disk has been disabled via `logPath`.
|
2020-03-21 14:43:25 +01:00 |
ansuz
|
ed63d98ab0
|
Merge branch 'scaling-index' into soon
|
2020-03-20 18:57:51 -04:00 |
ansuz
|
590e249500
|
resolve merge conflict
|
2020-03-20 13:07:35 -04:00 |
ansuz
|
31c7cecaf9
|
add a few checks for safety
|
2020-03-20 10:54:01 -04:00 |
ansuz
|
cea9705bbe
|
Merge branch 'aggressive-stream-closing' into staging
|
2020-03-20 10:50:17 -04:00 |
ansuz
|
faa133aab8
|
remove an XXX
|
2020-03-20 10:22:48 -04:00 |
ansuz
|
d386e223e4
|
simplify open/close of writeStreams
|
2020-03-19 17:33:22 -04:00 |
ansuz
|
32cd0f3c4d
|
increase timeout value from 15s to 45. ought to be enough for anybody
|
2020-03-19 16:13:24 -04:00 |
ansuz
|
05a4e86cdb
|
close streams whenever we finish using them. time out if necessary
|
2020-03-19 16:11:24 -04:00 |
ansuz
|
4522ffa18a
|
compute indexes in child processes
|
2020-03-19 10:46:18 -04:00 |
ansuz
|
f8ad649b45
|
[style] bail out early to avoid nesting
|
2020-03-18 10:30:42 -04:00 |
ansuz
|
019e5e708b
|
wrap workers in a function scope and add a validateMessage method to HK's Env
|
2020-03-17 17:23:35 -04:00 |
ansuz
|
5467e1ffac
|
replace ad-hoc response handler with Util.response
|
2020-03-17 16:52:41 -04:00 |
ansuz
|
9e85a1411e
|
abstract the logic around worker choice out of message handling
|
2020-03-17 16:06:01 -04:00 |
ansuz
|
631ea54b49
|
lint compliance
|
2020-03-17 15:40:06 -04:00 |
ansuz
|
67dd4a608c
|
Merge remote-tracking branch 'origin/scaling' into scaling2
|
2020-03-17 15:36:58 -04:00 |
ansuz
|
b2fcde87d8
|
implement an admin command to update the default storage limit without a restart
|
2020-03-17 10:11:52 -04:00 |
yflory
|
923616aef0
|
Use each process in order instead of using a random one
|
2020-03-17 15:10:23 +01:00 |
ansuz
|
f345998956
|
fix undefined reference
|
2020-03-17 10:10:20 -04:00 |
yflory
|
fb0eb1b20c
|
Use more subprocesses
|
2020-03-17 14:18:41 +01:00 |
yflory
|
0d636dabc9
|
Check signature for history keeper in a different process
|
2020-03-17 13:29:53 +01:00 |
ansuz
|
30f17040ac
|
close streams when possible, simplify some code, enforce asynchrony
|
2020-03-16 16:13:38 -04:00 |
ansuz
|
2a9780abcf
|
lint compliance
|
2020-03-16 12:29:26 -04:00 |
ansuz
|
2d47e7e2cf
|
implement an admin rpc to fetch ulimit data
|
2020-03-12 12:09:44 -04:00 |
ansuz
|
81c7416095
|
lint compliance
|
2020-03-12 11:40:46 -04:00 |
ansuz
|
f644c24362
|
add an admin-rpc to count the number of open files
|
2020-03-12 11:35:16 -04:00 |
ansuz
|
1230057970
|
disable IS_PAD_PINNED
|
2020-03-12 11:31:08 -04:00 |
ansuz
|
e1a0daac9c
|
possible server fixes
|
2020-03-12 11:23:43 -04:00 |
ansuz
|
bc034d95a3
|
enforce asynchrony in 'gethistoryOffset'
|
2020-03-12 11:13:23 -04:00 |
ansuz
|
d4038344ba
|
stop iterating over tasks if you can't read the root directory
|
2020-03-11 16:34:00 -04:00 |
ansuz
|
4e8ebac3c1
|
guard against the possible non-existence of metadata for a channel
|
2020-03-09 17:42:10 -04:00 |