#1136 closed defect (done)
Saving of a file is slower with each save operation
Reported by: | mkommend | Owned by: | epitzer |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Persistence | Version: | 3.3.0 |
Keywords: | Cc: |
Description
When a file is saved over and over again the serialization of the file is slower than the previous serialization.
Change History (5)
comment:1 Changed 14 years ago by epitzer
- Status changed from new to assigned
comment:2 Changed 14 years ago by epitzer
comment:3 Changed 14 years ago by epitzer
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Properly copy serializers when initializing global configuration. (r4175)