mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
add cache size hard cap based on last access time, remove more unnecessary things
This commit is contained in:
parent
90ec056a11
commit
7141c11059
6 changed files with 26 additions and 49 deletions
|
|
@ -16,9 +16,6 @@ namespace MareSynchronos.Models
|
|||
|
||||
public bool IsReady => FileReplacements.All(f => f.Computed);
|
||||
|
||||
[JsonProperty]
|
||||
public int JobId { get; set; } = 0;
|
||||
|
||||
public string ManipulationString { get; set; } = string.Empty;
|
||||
|
||||
public void AddFileReplacement(FileReplacement fileReplacement)
|
||||
|
|
@ -49,7 +46,6 @@ namespace MareSynchronos.Models
|
|||
};
|
||||
}).ToList(),
|
||||
GlamourerData = GlamourerString,
|
||||
JobId = JobId,
|
||||
ManipulationData = ManipulationString
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue