sendfile simple small files usermessage implementation

This commit is contained in:
ycc
2022-12-18 21:52:03 +01:00
parent a2d4106d51
commit bf901a7aa3
2 changed files with 39 additions and 2 deletions

View File

@ -14,7 +14,7 @@ type Config struct {
StoragePath string `json:"storage_path,omitempty"`
MaxIdsPerUser int `json:"max_ids_per_user,omitempty"`
MsgDbRollingPeriod int `json:"msg_db_rolling_period,omitempty"`
Chunksize int `json:"chunksize,omitempty"`
Chunksize int64 `json:"chunksize,omitempty"`
ServerPollInterval int `json:"server_poll_interval,omitempty"`
// GUI
LastOpenChat string `json:"last_open_chat,omitempty"`