mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 11:06:35 +00:00
Convert max_memory setting to string
This commit is contained in:
@@ -252,7 +252,7 @@ var client = {
|
||||
piecesMemoryMax: (userInput) => {
|
||||
return {
|
||||
id: userInput.id,
|
||||
data: Number(userInput.data) * 1024 * 1024
|
||||
data: (Number(userInput.data) * 1024 * 1024).toString()
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user