mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-14 01:35:55 +00:00
Added postgres adapter
This commit is contained in:
@@ -56,7 +56,6 @@ DocumentHandler.prototype.handlePost = function (request, response) {
|
||||
// What to do when done
|
||||
var onSuccess = function () {
|
||||
// Check length
|
||||
console.log(buffer);
|
||||
if (_this.maxLength && buffer.length > _this.maxLength) {
|
||||
cancelled = true;
|
||||
winston.warn('document >maxLength', { maxLength: _this.maxLength });
|
||||
|
||||
Reference in New Issue
Block a user