particle-iot/spark-cli

keys server should not allocate a full 1024 byte buffer

Opened this issue · 0 comments

On the photon only 768 bytes are reserved, so the 1024 bit buffer is much larger than necessary. Can we trim it down to 512 or 768 instead?

https://github.com/spark/spark-cli/blob/master/commands/KeyCommands.js#L371